@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: 1px;
font-size:14px;
color: #fff;
/*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #fff;
}

.bluetabs li a:hover{
text-decoration: underline;
color:#fff; background:#b70000;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
color:#fff; background:#b70000;
border-bottom-color: white;
}
.bluetabs li.selected a:hover{ /*selected main tab style */
color:#fff; background:#b70000;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border-bottom:none;
font:normal 14px;
line-height:30px;
z-index:100;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
background:url(../images/cbg.jpg) repeat-x;
border-bottom-width: 1px;
padding:0 28px;
text-decoration: none;
color: #fff;
border-bottom:#fff 1px solid;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background:url(../images/cbge.jpg) repeat-x;
}