.chromestyle{width:1160px; margin:0 auto; height:35px;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{ float:left;height:35px; padding:0; margin:0;}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
line-height:18px;
z-index:100;
width: 112px;
visibility: hidden;
background:#fff;
left:0px;
margin-left:-1px;
}


.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;
height:30px;
line-height:30px;
text-align:center;
color:#fff;
background:#0049ae;
margin-bottom:1px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#003989;
color:#fff;
}