@charset "utf-8";

.bluetabs ul{
/*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
float:left;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
margin-right: 3px;
font-size:14px;
color: #fff;
/*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #fff;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #fff;

background:#98d700
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background:url(../images/dhbg2.jpg) repeat-x; /*THEME CHANGE HERE*/
color: #fff;
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
/*border: 1px solid #918d8d; THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 14px Arial;
line-height:30px;
z-index:100;
width: 140px;
visibility: hidden;

}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 12px;
background:#ff9810 url(../images/item.gif) no-repeat 10px center;
border-bottom-width: 1px;
padding: 2px 0;
margin-bottom:1px;
padding:0 10px;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#fff;background:#f0bb52 url(../images/item.gif) no-repeat 10px center;
}