/* CSS Document */

* {padding:0;margin:0}
	
	
	a:link {
	text-decoration: underline;
	color: #00497C;
}
	a:visited {
	text-decoration: underline;
	color: #004F88;
}
	a:hover, a:active {
	text-decoration: underline;
	color: #318E23;

}
	
	h1
	{
	font-size:	170%;
	font-style:				normal;
	text-transform:			none;
	line-height:			100%;
	margin:					0;
	padding: 0;
			
	}
	
	h1.hidden{display:none;}
	
	h4
	{
	font-size:	120%;
	font-style:				normal;
	text-transform:			none;
	line-height:			130%;
	margin:					 0;
	padding: 0;
			
	}
	
	#second_nav
	{
	margin: auto;
	width: 813px;
	position: absolute;
	top: 325px;
	height: 24px;
	float: left;
	display: inline;
	left: 0px;	
	}
		
		#second_nav ul
		{
		margin: 0;
		padding-bottom: 7px;
		padding-top: 0px;
		width: auto;
		
		}		
		#second_nav ul li
		{
		display: inline;
		margin: 0;
		right: 26px;
		}
		
		#second_nav ul li a
		{
	float:left;
	width:auto;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	line-height: 1em;
	font-weight: bold;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 0px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	height: 34px;
	padding-left: 14px;
	color: #024B82;
	
	
		}
		
		#second_nav ul li a:hover
		{
	color: #2B831F;
	background-image: url(../Images/sec_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
		}
		
#integrators #snav-integrators a
#specifiers #snav-specifiers a
#KNXstandard #snav-KNXstandard a
#controls #snav-controls a
#developers #snav-developers a
{

}
#integrators #snav-integrators a:hover
#specifiers #snav-specifiers a:hover
#KNXstandard #snav-KNXstandard a:hover
#controls #snav-controls a:hover
#developers #snav-developers a:hover
{
	background-image: url(../Images/sec_on.gif);
}
#snav a:active {
	color: #318E23;
/*background-color: #C62274;*/
}
