.bluetabs6{
height: 28px;
margin-top: 0px;
margin-right:  0px;
margin-bottom: 2px;
padding-top: 0px;
}

.bluetabs6 ul{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
font: 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs6 li{
display:inline;
margin: 0px;
}

.bluetabs6 li a{
display: block;
width: 150px;
text-decoration: none;
height: 20px;
padding-top: 4px;
padding-left: 4px;
margin-bottom: 4px;
color:#666666; /*THEME CHANGE HERE*/
background-color:#CCCCCC;
}

.bluetabs6 li a:visited{
color:#666666;
}

.bluetabs6 li a:hover{
color: #FFFFFF;
background: #333333 url(media/bluetab.gif) top left repeat-x;
}

.bluetabs6 li.selected{
color: #FFFFFF;
}

.bluetabs6 li.selected a{ /*selected main tab style */
color: #FFFFFF;
background: #333333 url(media/bluetab.gif) top left repeat-x;
}

.bluetabs6 li.selected a:hover{ /*selected main tab style */
color: #FFFFFF;
text-decoration: none;
}

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

.dropmenudiv_b{
position:absolute;
text-align: left;
border: 0px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0px 1px;;
font: 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 130px;
visibility: hidden;
}


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

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color:#666666;
font-weight:bold;
}