.bluetabs{
margin:51px 0 0 0;
padding:0px 0px;
z-index:1;

}

.bluetabs ul{
padding:6px 0px 8px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px 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: 0;
z-index:1;

}

.bluetabs li a{
text-decoration: none;
margin-right:3px;
color: #2d2b2b;
background:transparent; /*THEME CHANGE HERE*/
text-transform:uppercase;
padding:10px 8px 8px 8px;

}

.bluetabs li a:visited{
color: #2d2b2b;

}

.bluetabs li a:hover{
text-decoration: none;
background-image: url(../images/tab2.gif);
color: #2d2b2b;
border-width:1 1 0 1;
padding:8px 8px 8px 8px;
}

.bluetabs li.selected{
color:red;
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(../images/tab1.gif); /*THEME CHANGE HERE*/
color:red;

}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background-image: url(../images/tab2.gif);
}
a.selected
{
text-decoration: none;
background-image: url(../images/tab2.gif);
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top:100;
border: 1px solid #dedede; /*THEME CHANGE HERE #dedede */
border-width: 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #dedede; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #aec9e6;
color:#000;
}