.bluetabs ul{
padding: 4px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Arial, Helvetica, sans-serif;
color: black;
list-style-type: none;
text-align: left; /*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 5px;
margin-right: 3px;
color: white;
background: #baae9c; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: white;
}

.bluetabs li a:hover{
text-decoration: none;
color: black;
}



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

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

.dropmenudiv_b{
position:absolute;
top: 0;
border-width: 0 1px;
font:bold 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #ac4e2a;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 7px;
padding: 2px 0;
text-decoration: none;
color: white;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:black;
}
