.drop_menu2{
width:110px;
font-weight: bold;
padding-left:0px;
}

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

.drop_menu2 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"*/
}

.drop_menu2 ul li{
display: inline;
}

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

}

.drop_menu2 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 ######### */

.drop_menudiv2{
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;
width:130px !important;
width: 123px;
margin-top:5px !important;
margin-top:6px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.drop_menudiv2 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 .drop_menudiv2 a{ /*IE only hack*/
width:130px !important;
width:123px;
}

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