.bluetabs{
margin: 0;
padding: 0;
 text-align:left;
float:left;
font:17px verdana;
 font-style:normal;
width: 100%;
overflow: hidden;
}

.bluetabs ul{
display: inline;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-align:center;
color: white;
text-decoration: none;
padding:3px 20px 5px 45px; 
}

.bluetabs li a:visited{
color: white;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #fff;


}

.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;
text-align:left;
top: 0;
border-right: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 170px;
visibility: hidden;
margin-left:45px;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-align:left;
text-indent: 5px;
border-bottom: 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: #edf3f3;
}