.style{
width: 100%;
background-color: #7e7d65;
}

.style ul{
border: 0px solid;
width: 786;
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.style ul li{
display: inline;
}

.style ul li a{
font:normal 9px verdana,helvetica,arial;
font-weight: bold;
color: #ffffff;
padding: 4px 15px;
margin: 0;
text-decoration: none;
border-right: 0px solid #b8b793;
}

.style ul li a:hover, .style ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #71705a; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 9px verdana,helvetica,arial;
line-height:18px;
z-index:100;
background-color: #cecda5;
width: 200px;
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: 5px;
border-bottom: 1px solid #71705a; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #3e3e30;
text-indent: 20;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f6f6d0;
}
