#Nav{
	width: 100%;
	height: 45px;
	background: url(/images/bg_nav.gif) center center repeat-x;
}
#Nav ul{
	width: 840px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	height: 45px;
	background: url(/images/bg_header-tad.gif) right top no-repeat;
}

#Nav ul li{
	list-style: none;
	display: inline-block;
	float: left;
}
#Nav ul li a{
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	color: #8d8d8d;
	font: normal bold 12px "Trebuchet MS";
	text-decoration: none;	
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
}

#Nav .linkInstallations {width:130px;}

#Nav ul li a:hover{
	color: #c09b4b;
	background: url(/images/bg_active.gif) center 1px no-repeat;
}

/*---------------*/
#dropmenudiv{
position:absolute;
font: bold 12px trebuchet ms;
z-index:100;
padding: 10px 0 10px 0;
text-transform: uppercase;
background: url(/images/bg_submenu.gif) center top repeat-x;
}
#dropmenudiv a{
display: block;
height: 23px;
text-decoration: none;
color: #8d8d8d;
text-indent: 20px;
padding: 6px 0 0 0;
border-bottom: 1px solid #1f1f1f;
}
#dropmenudiv a:hover{ /*hover background color*/
color: #c09b4b;
background: black;
}

