.chromestyle{
width: 100%;
}

.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%;
padding:10px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px 10px 0px 7px;
margin: 0;
text-decoration:underline;
}

.chromestyle ul li a:hover{
color: #548de2;
}
 
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width:0;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:11px;;
line-height:26px;
z-index:100;
background-color: white;
width:330px;
visibility: hidden;
padding-top:10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px;
text-decoration: none;
color: black;
}

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

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