.chromestyle{
width: 100%;
font-weight: bold;
height:25px;
margin:0;
}

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
font-size:11px;
text-decoration: none;
font-weight: bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#fff;
font-weight: bold;
font-size: 11px;
}


.dropmenudiv{
position:absolute;
top: 0px;
border-bottom-width: 0;
font-size:11px;
line-height:18px;
z-index:105;
background: #F39D3F;
width: 115px;
margin-left:6px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0181d4;
font-weight: bold;
color:white;
}