.bluetabs{
border-bottom: 1px #eaca5b;
}

.bluetabs ul{
padding: 0px 4;
margin-left: 0;
margin-top: 4px;
margin-bottom: 10px;
font: bold 12px Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #312300;
}

.bluetabs li a:visited{
}

.bluetabs li a:hover{
text-decoration: none;
color: #00853f;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-color: #00853f;
border-bottom: 1px #005daa;
color: #FFFFFF;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #FFFFFF;

}

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

.dropmenudiv_b{ background-image:url(../img/recurring/submenu.gif);
background-position: left top;
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 1 1px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 7px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

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

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