.bluetabs{
border-bottom: 0px solid white;
}

.bluetabs ul{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: 10px Verdana;
list-style-type: none;
text-align: left;
}

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

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

.bluetabs li a:visited{
}

.bluetabs li a:hover{
text-decoration: underline;
}

.bluetabs li.selected a{
border-bottom-color: white;
}

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
border: solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 0px;
font: 10px Verdana;
line-height:15px;
z-index:100;
background-color: #00306A;
width: 200px;
visibility: hidden;
}


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

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

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