.bluetabs{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 8px;
border-right: 1px solid #000000;
color: #000000;
background: #839383; url(media/blockdefault.gif) center center repeat-x;
font: bold 11px Arial;
}

.bluetabs li a:visited{
color: #ffffff;
font: bold 11px Arial;
}

.bluetabs li a:hover{
color: white;
background: transparent url(media/blockactive.gif) center center repeat-x;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/blockactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: black;
}

.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 #000000; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:18px;
z-index:100;
background-color: #839383;
width: 100px;
font-size: 11px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 4px 0;
text-decoration: none;
color: #ffffff;
background-color: #788978;
font: bold 11px Arial;
font-size: 11px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
font: bold 11px Arial;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background: transparent url(media/blockactive.gif) center center repeat-x;
font: bold 11px Arial;
}

.dropmenudiv_b a:visted{ /*THEME CHANGE HERE*/
font: bold 11px Arial;
}


