.chromestyle{
width: 100%;
font-weight: normal;
}

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

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

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

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
border:1px solid #010068;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
line-height:17px;
z-index:1000;
background-color: #ffffff;
width:270px;
visibility: hidden;
}


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

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-size:11px;
}

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