
.bluetabs2{
border-bottom: 1px solid #999999;

}

.bluetabs2 ul{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11.5px Arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs2 li{
display: inline;
margin: 2;
}

.bluetabs2 li a{
text-decoration: none;
padding: 0px 6px;
border-left: 1px solid #999999;
color: white;

}

.bluetabs2 li a:visited{
color: #ffffff;
}

.bluetabs2 li a:hover{
color: white;
background: transparent url(media/blockactive.gif) center center repeat-x;
}

.bluetabs2 li.selected{
}

.bluetabs2 li.selected a{ /*selected main tab style */
background-image: url(media/blockactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv2_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
background-color: #000000;
width: 200px;
visibility: hidden;
}


.dropmenudiv2_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 0px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv2_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background: transparent url(media/blockactive.gif) center center repeat-x;
}
