.bluetabs{
border-bottom: 0px solid #f4ae00;
}

.bluetabs ul{
padding: 4px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Century Gothic, Arial, Arial narrow;
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;
color: #ffffff;
font: bold 12px Century Gothic, Arial, Arial narrow;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 18px 3px 18px;
margin-right: 0px;
border: 0px solid #012573;
color: #ffffff;
font: bold 12px Century Gothic, Arial, Arial narrow;
background: #202020;
/*background: white url(media/bluetab.gif) top left repeat-x; THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #ffffff;
font: bold 12px Century Gothic, Arial, Arial narrow;
}

.bluetabs li a:hover{
text-decoration: none;
color: #ff0101;
font: bold 12px Century Gothic, Arial, Arial narrow;
background: #202020;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
/*background-image: url(media/bluetabactive.gif); THEME CHANGE HERE*/
color: #ffffff;
font: bold 12px Century Gothic, Arial, Arial narrow;
border-bottom-color: white;
background: #202020;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
color: #c60f00;
font: bold 12px Century Gothic, Arial, Arial narrow;
background: #202020;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #00216f; /*THEME CHANGE HERE*/
font: normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 160px;
visibility: hidden;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border-style: solid;
border-width: 1px 0px 0px;
border-color: #00216f;
padding: 2px 0;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #800000;
color: #FFFFFF;
}