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

.bluetabs ul{
padding: 1px 5px 3px 5px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
line-height:17px;
letter-spacing:.1mm;
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:link, .bluetabs li a:visited{
text-decoration: none;
padding: 3px 20px 3px 5px;
border: 0px solid #333333;
border-right-width:0px;
color:white;
font: normal 10px tahoma;

}

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

.bluetabs li.selected{

}

.bluetabs li.selected a{ /*selected main tab style */
background-image: none; /*THEME CHANGE HERE*/
border-bottom-color: black;
border:1px solid gray;
border-width:3px 0px 0 0px;
border-top-color:#8EC02D;
color:#8EC02D;
font: normal 10px tahoma;
}

.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 black; /*THEME CHANGE HERE*/
border-width: 0px 1px 0px 1px;

line-height:15px;
z-index:100;
background-color: #333333;
visibility: hidden;
text-align:left;
width:100px;
}


.dropmenudiv_b a:link,.dropmenudiv_b a:visited{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid black; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 3px 2px 0;
text-decoration: none;
color: #f0f0f0;
font:normal 11px tahoma;
}

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

.dropmenudiv_b a:hover, .dropmenudiv_b a:visited:hover{ /*THEME CHANGE HERE*/
background-color: black;
color:#8EC02B;
}