.chromestyle{
width:980px;
margin-top:1px;
margin-left:0px;
margin-right:0px;
font-weight: bold;
font-family:"Myriad Pro";
font-size:13px;
}


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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 8px 0px 8px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{ 
color: #FFFFFF; 
padding: 7px 17px; 
margin: 0; 
text-decoration: none; 
background-repeat:no-repeat;
background-image:url(chromebg.png);

}

.chromestyle ul li a:hover{
color:#000000;
background-image:url(chromebg-over.png);
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

color: #FFFFFF; 
padding: 7px 17px; 
margin: 0; 
text-decoration: none; 
background-repeat:no-repeat;

}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:48px;
	z-index:100;
	background-color: #D5E5F5;
	width: 100px;
	visibility: hidden;
	color:#000000;
	
}

.dropmenudiv a{ width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #A8C9EA; padding: 2px 0; text-decoration: none; font-weight: bold; color: 000000; line-height:30px;
	
 }

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #C8DBEE;
}

.current-link a{
	color:#FFFFFF;
	background-color:#9EAA3A;
}

