.chromestyle{
	width: 742px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 5px 5px 5px 5px ;
margin: 0;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#000000;
padding: 5px 10px 5px 10px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color:#fff;
background-color:#094d79;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 12px "Ariel", Verdana, sans-serif;
	line-height:25px;
	z-index:100;
	background-color:#ffffff;
	text-align:left;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	width: 200px;
}


.dropmenudiv a{
width: auto;
display: block;
border-right: 1px solid #BBB;
border-left: 1px solid #BBB;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 15px;
text-align:left;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#094d79;
color:#fff;
}

