.chromestyle{
width:120px;
font-weight: bold;
padding-left:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: auto;
/*background-image:url(../images/menu_back.gif);*/
background-repeat:repeat-x;
line-height:25px;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #54812a;
padding: 0px 3px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;

}

.chromestyle ul li a:hover{
/*background-image:url(../images/menu_back.gif);*/
background-repeat:repeat-x; /*THEME CHANGE HERE*/
line-height:25px;
color:#54812a;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
text-align:left;
margin-top:4px;
width:129px !important;
width: 122px;
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 #000000; /*THEME CHANGE HERE*/
padding: 2px 5px 5px 2px;
text-decoration: none;
font-weight: normal;
color: #000000;
/*background-image:url(../images/dropdown_bg2.jpg);*/
background-repeat:repeat-x;
background-color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width:129px !important;
width:122px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #5d9228;
color:#ffffff;
text-decoration:underline;
}
