.nav ul{
padding: 13px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background-color: transparent;
}

.nav li{
display: inline;
margin: 0;
background-color: transparent;
}

.nav li a{
text-decoration: none;
padding: 0px 3px;
margin-right: 3px;
color: #000000;
/*background: #F4C366;*/
background-color: transparent;
}

.nav li a:visited{
color: #000;
}

.nav li a:hover{
text-decoration: none;
color: #fff;
}

.nav li.selected{

}

.nav li.selected a{ /*selected main tab style */
/*border-bottom-color: white;*/
}

.nav li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #fff;
}

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

.dropmenudiv_b {
position: absolute;
top: 0;
border: #F4C366; /*THEME CHANGE HERE*/
font: normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #F4C366;
width: 150px;
visibility: hidden;
padding-bottom: 5px;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 15px; 
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: #000;
}

.dropmenudiv_b a:hover{
width: auto;
display: block;
text-indent: 15px; 
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

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

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