.style{
width: 100%;
background-color: #e5c550;
}

.style ul{
border: 0px solid;
width: 960;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.style ul li{
display: inline;
}

.style ul li a{
font:normal 8.5px verdana,helvetica,arial;
font-weight: bold;
color: #1c2c1b;
padding: 0 8px 0 8px;
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:28px;
z-index:100;
background-color: #f3e798;
width: 200px;
visibility: hidden;
}


.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: #313e30;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e2d78d;
}

