.chromestyle{
position:relative;

font-size: 10pt;
color: #000000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin:0;padding:0;list-style-type:none;width:auto;float:right;
}

.chromestyle ul li{
display: block;
float:left;
}

.chromestyle ul li a{
color: #494949;
padding: 0;
margin: 0;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
border: 1px solid #3a6230; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 9pt Tahoma;
color:#3a6230;
line-height:18px;
z-index:100;
background-color: #e1e1e1;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3a6230; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#3a6230;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #effadf;
color:#ba2025;
}