.maintabs{

}

.maintabs ul{
padding: 2px 0 2px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.maintabs li {
display: inline;
margin: -2px;
}

.maintabs li a{
text-decoration: none;
padding: 2px 7px 6px 7px;
margin-right: 0;
border: 0px solid #f00;
color: #fff;
background: #ffa45b;
}

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

.maintabs li a:hover{
text-decoration: none;
color: #dcdac9;
}

.maintabs li.selected{
}

.maintabs li.selected a { /*selected main tab style */
background-color: #ffa45b;
border-bottom-color: #ffa45b;
}

.maintabs li.selected a:hover { /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv_b {
position:absolute;
top: 0;
border-top: 0px solid #4453f33;
border-left: 1px solid #453f33;
border-right: 1px solid #453f33;
border-bottom: 1px solid #453f33;
font-weight: normal; 
line-height:18px;
z-index:100;
background-color: #ffa45b;
margin: 0 0 0 8px;
width: 165px;
visibility: hidden;
}


.dropmenudiv_b a {
width: auto;
display: block;
text-indent: 5px;
/*THEME CHANGE HERE*/
border-top: 1px solid #453f33;
padding: 2px 0;
text-decoration: none;
color: #fff;
}

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

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