.maintabs{
border-bottom: 0 solid #ff0000;
}

.maintabs ul{
padding: 0 0 0 0;
margin-left: 0;
margin-top: 0;
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: 0;
}

.maintabs li a{
text-decoration: none;
padding: 0px 0px 0px 0px;
margin-right: 0;
border: 0px solid #000;
color: #fff;
background: transparent;
font-family: arial-narrow, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #b9c6ce;
}

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

.maintabs li a:hover{
text-decoration: none;
background-color: transparent;
color: #fff;
}

.maintabs li.selected{
}

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

.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 #89806f; /*THEME CHANGE HERE*/
border-left: 0px solid #89806f;
border-right: 0px solid #89806f;
border-bottom: 0px solid #89806f;
font-weight: bold; 
font-size: 11px;
text-align: left;
line-height:18px;
z-index: 100;
margin: 5px 0 0 -4px;
background-color: #b9c6ce; 
color: #fff;
width: 110px;
visibility: hidden;
}


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

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

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