.chromestyle{
width: 100%;
text-align: left;
}

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #2c2672;
padding: 6px;
margin: 0;
text-decoration: none;
font-family: arial;
font-size: 12px;
}


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

.dropmenudiv{
text-align: left;
border: 0px solid #f4e1c0; /*THEME CHANGE HERE*/
padding: 2;
margin: -4px;
position:absolute;
top: 0;
border-top-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
background-color: #fdf2e0;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
font:normal 11px arial #f4e1c0;
width: auto;
display: block;
text-indent: 3px;
padding: 1px;
text-decoration: none;
border: solid 1px #f4e1c0;
}

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

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