.chromestyle{
width: 760px;
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: #d49c51;
padding: 5px 0;
padding-left:3px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 10px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
	background: #ffffff; /*THEME CHANGE HERE*/
	color:#094FA4;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #094FA4; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
width: 400px;
visibility: hidden;
	background:#1f4782;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}


.dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active{
width: auto;
display: block;
text-indent: 13px;
border-bottom: 1px solid #094FA4; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #d3e5fb;
color:#094FA4;
}