.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
float:left;
}

.chromestyle ul li{
display: inline;
float:left;
}

.chromestyle ul li a{
color: #ffffff;
padding: 6px 0px 0px 0px;
margin: 0;
width:165px;
text-decoration: none;
height:27px;
float:left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	z-index:100;
	visibility: hidden;
	width:170px;
	float:left;
	/*ilter: progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=135,strength=4); *//*Add Shadow in IE. Remove if desired*/
}




.dropmenudiv a{
	color: #b0f891;
	text-decoration: none;
	border-top:0px solid #BBB;
	width:170px;
	float:left;
	padding-left:7px;	
	display:block;
	font:normal 13px arial;
	cursor:pointer;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width:170px;
}

#dropmenu1 a:hover, #dropmenu2 a:hover, #dropmenu3 a:hover, #dropmenu3 a:hover{ /*THEME CHANGE HERE*/
	color: #ffffff;
	text-decoration:none;
}
#dropmenu1 a
{
	background:url(../images/bgShadowResiCenter.png) no-repeat bottom left;
	height:auto;
	line-height:17px;
	padding:4px 8px 11px 8px;
}

#dropmenu2 a
{
	background:url(../images/bgShadowCommCenter.png) no-repeat bottom left;
	height:auto;
	line-height:17px;
	padding:4px 8px 11px 8px;
}

#dropmenu3 a
{
	background:url(../images/bgShadowTranCenter.png) no-repeat bottom left;
	height:auto;
	line-height:17px;
	padding:4px 8px 11px 8px;
}

#dropmenu4 a
{
	background:url(../images/bgShadowTranCenter.png) no-repeat bottom left;
	height:auto;
	line-height:17px;
	padding:4px 8px 11px 8px;
}

a#resi_btm
{
	background:url(../images/bgShadowFooterResi.png) no-repeat bottom left;
	padding-bottom:12px;
}

a#comm_btm
{
	background:url(../images/bgShadowFooterComm.png) no-repeat bottom left;
	padding-bottom:12px;
}

a#tran_btm
{
	background:url(../images/bgShadowFooterTran.png) no-repeat bottom left;
	padding-bottom:12px;
}
a#govt_btm
{
	background:url(../images/bgShadowFooterGovt.png) no-repeat bottom left;
	padding-bottom:12px;
}
