.bluetabs{
border-bottom: 0px ;
}

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

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

.bluetabs li a{
text-decoration: none;
padding: 0px 12px 0px 5px;
margin-right: 3px;
border: 0px solid #ff0000;
color: #ffffff;
 /* background: white url(media/bluetab.gif) top left repeat-x; */ /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #ffffff;
}

.bluetabs li a:hover{
padding-left:5px;
text-decoration: none;
background : #996699;
color: #ffffff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background : #996699;
border-bottom-color: #996699;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv_b{
position:absolute;
text-align:left;
margin-top: -1px;
border: 0px solid #ff0000; /*THEME CHANGE HERE*/
border-width: 0px;
font:normal 11px Verdana;
line-height:23px;
z-index:100;
background-color: #996699;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 10px;
border-top: 0px solid #502f5e; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 0px 0;
text-decoration: none;
color: white;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #502f5e;
color: #ffcc33;
}
