#nav {
float: right;
margin: 30px 15px 0 0;
background-color: #c68a31;
}

.menutabs{
border-bottom: 0 solid gray;
}

.menutabs ul{
padding:0;
margin:0;
font: bold 16px Lucinda Grande, Verdana;
line-height:26px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menutabs li{
display: inline;
margin: 0 2px 0 0;
}

.menutabs li a{
text-decoration: none;
padding: 3px 10px 3px 10px;
color: #fff;
background-color: #9a6b25;
}

.menutabs li a:visited{
color: #fff;
}

.menutabs li a:hover{
color: #fff;
background-color: #562d00;
text-decoration: none;
}

#homepage #home, #homepage #home a, #audiopage #audio, #audiopage #audio a,#eventspage #events, #eventspage #events a, #resumepage #resume, #resumepage #resume a, #resourcespage #resources, #resourcespage #resources a {
color: #e7c373;
background-color: #751c16;
text-decoration: none;
display: inline;
}

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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #F6F4E8; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial, Verdana;
line-height:18px;
z-index:100;
background-color: #453a1f;
width: 180px;
visibility: hidden;
margin-left:-1px;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 10px;
border: 0 solid #F6F4E8; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px 0;
text-decoration: none;
color: #fff;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #453A1F;
background-color: #C6BF9D;
}