.chromestyle{
width: 440px;
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{
width: 440px;
border: none;
padding: 5px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 5px 7px;
margin: 0;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFED00; /*THEME CHANGE HERE*/
border-top:none;
z-index: 100;
background: #000000;
width: 380px;
visibility: hidden;
}

#othersites .dropmenudiv a, .dropmenudiv a{
width: 180px;
display: block;
float:left;
text-indent: 3px;
padding: 2px 2px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

#othersites .dropmenudiv a:hover, .dropmenudiv a:hover{
text-decoration: underline;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 180px;
}
