.bluetabs ul{
width:100%;
padding: 13px 0px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin:0px;
font: bold 13px Arial;
list-style-type: none;
text-align: left;
background: url(../images/button_off_bg.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li{
display: inline;
margin: 0px;
}

.bluetabs li a{
text-decoration: none;
padding: 13px 25px 13px 26px;
margin-right:0px;
font: bold 13px Arial;
color: #ffffff;


}

.bluetabs li a:hover{
text-decoration: none;
background: url(../images/button_on_bg.gif) top left repeat-x; /*THEME CHANGE HERE*/
font: bold 13px Arial;
color: #000000;
}


.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background: url(../images/button_on_bg.gif) top left repeat-x; 
color: #000000;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.blutabs li.selected a:active{
text-decoration: none;
background: url(../images/button_on_bg.gif) top left repeat-x; 

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0px;
border: 1px solid #006600; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:16px;
z-index:100;
background-color: #ccffcc;
width: 200px;
visibility: hidden;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #006600; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 2px;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #016010;
color:white;
text-decoration: none;
}




    