.bluetabs{
border-bottom: 0px solid gray;
}

.bluetabs ul{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Bookman Old Style, Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
text-transform: uppercase;
letter-spacing: 1px;
}

.bluetabs li{
display: inline;
margin: 0;
padding-left: 16px;
padding-right: 16px;
}

.bluetabs li a{
text-decoration: none;
padding: 1px 1px;
margin-right: 1px;
color: #666666;
font-size: 14px;
}

.bluetabs li a:hover{
text-decoration: none;
color: #990000;
}

.bluetabs li a.ON{
text-decoration: none;
color: #990000;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #999999; /*THEME CHANGE HERE*/
border-width: 1px;
font:normal 9pt Bookman Old Style, Georgia, "Times New Roman", Times, serif;
line-height:18px;
z-index:100;
background-color: #cccccc;
width: 180px;
visibility: hidden;
color:white;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 0px;
border-bottom-width: 1px;
padding: 5px;
text-decoration: none;
color: #666666;
border-top:0px solid #B60D06;
border-bottom:0px solid #B60D06;
font:normal 9pt Bookman Old Style, Georgia, "Times New Roman", Times, serif;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #990000;
border-top:0px solid white;
border-bottom:0px solid white;
color:#ffffff;
text-decoration: none;
}