/* CSS Document */

.chromestyle{
	height: 35px;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 34px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	letter-spacing: 1px;
	width: 900px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	margin: 0;
	text-align: center;
	padding: 0px;
}

.chromestyle ul li{
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	padding-left: 12px;
	margin: 0px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.chromestyle ul li a:hover{
	color: #E5BC2C;
	text-decoration: none;
}

.active {
	color: #E5BC2C;
	text-decoration: none;
}	

/*#commercialnav, #aboutnav, #newsnav, #residentialnav {
	color: #B6B6B6;
	text-decoration: none;
}
*/
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #04202E;
	width: 150px;
	visibility: hidden;
	font-size: 11px;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	border: 1px solid #E1E1E1;
	letter-spacing: 1px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #CCCCCC;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	background-color: #06334A;
	color: #D6A858;
}
