.bluetabs{

}

.bluetabs ul{
padding: 6px 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 1px;
list-style-type: none;
width:100%;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{

display: inline;
width:100%;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 7px 6px;
color: #134783;
 /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #134783;
}

.bluetabs li a:hover{
text-decoration: none;
color: #134783;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
 /*THEME CHANGE HERE*/
border-bottom-color: #C2CD17;
}

.bluetabs li.selected a:hover{ /*selected main tab style */

text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
padding: 4px;
border: 0px solid #C2CD17; /*THEME CHANGE HERE*/
border-width: 1px 1px;
line-height:18px;
z-index:100;
background-color: #333333;
width: 200px;
visibility: hidden;
background-image:url(../images/back.jpg);
background-position:bottom;
background-repeat:no-repeat;
}


.dropmenudiv_b a{
width: auto;
display: block;
border: 0 solid #134783; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 3px 0;
text-decoration: none;
color: #808080;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #C2CD17;
color: #000000;
}