@charset "utf-8";

.bluetabs ul{
/*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{

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:150px !important;}
#dropmenu2_b{min-width:150px !important;}
#dropmenu3_b{min-width:150px !important;}

#dropmenu3_b{min-width:150px !important;}
#dropmenu4_b{min-width:150px !important;}
#dropmenu5_b{min-width:150px !important;}
#dropmenu6_b{min-width:150px !important;}
#dropmenu7_b{min-width:150px !important;}
#dropmenu8_b{min-width:150px !important;}


.dropmenudiv_b{
	
position:absolute;
top: 90px !important;
/*border: 1px solid #918d8d; THEME CHANGE HERE*/
border-width: 0 1px;
font-size:14px;
line-height:38px;
z-index:9999;
visibility: hidden;
background: #f1f1f1;
text-align:center;
}


.dropmenudiv_b a{
margin:0px;
padding:0 5px;
display: block;
background: #f1f1f1;
text-decoration: none;
color: #444;
text-align:center;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#fff !important; background:#39a556;
}