.chromestyle{
width: 99%;
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 img{
border:0px;
}

.chromestyle ul{
width: 100%;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin-left:-3px;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
 /*THEME CHANGE HERE*/
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #544a91; /*THEME CHANGE HERE*/
border-bottom: 3px solid #e2bf4a;;
line-height:18px;
z-index:100;
background-color: #f2f2f2;
width: 150px;
visibility: hidden;
margin-top:-7px;
_margin-top:-4px;
padding-bottom:15px;
padding-top:10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #544a91; THEME CHANGE HERE*/
padding: 2px 0;
padding-left:5px;
text-decoration: none;
font-size:11px;
color: black;
text-align:left;
line-height:20px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#7191dc;
}