@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;

/*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
}

.bluetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
 text-decoration:none; 
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

#dropmenu1_b{min-width:148px;}
#dropmenu2_b{min-width:148px;}
#dropmenu3_b{min-width:148px;}
#dropmenu4_b{min-width:148px;}
#dropmenu5_b{min-width:148px;}
#dropmenu6_b{min-width:148px;}

.dropmenudiv_b{
position:absolute;
top: 92px !important;
border-top:3px solid #007ac1;
font-size:14px;
line-height:38px;
z-index:9999;
visibility: hidden;
background: #f1f1f1;
text-align:center;
text-transform:uppercase;
}


.dropmenudiv_b a{
margin:0px;
padding:0 5px;
display: block;
background: #fff;
text-decoration: none;
color: #444;
text-align:center;
border-bottom: 1px solid #eee;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background:#f9f9f9;color:#00436a;
padding-left:12px;
}