.bluetabs{
font-style:normal;
}

.bluetabs ul{
float:left;
padding: 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font-size:12px;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: block;
float:left;
margin: 0;
line-height:22px;
}

.bluetabs li a{
font-family:Georgia;
font-size:12px;
font-weight:normal;
font-style:normal;
text-decoration: none;
padding:8px 8px 7px;
margin:0;
color: #FFFF99;
}

.bluetabs li a:visited{
color: #FFFF99;
}

.bluetabs li a:hover{
text-decoration: none;
color: #ffffff;
background: transparent url(../styleImages/dropDownBack.png) top left repeat-x; /*THEME CHANGE HERE*/

}

.bluetabs li.selected{

}

.bluetabs li.selected a{ /*selected main tab style */
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #fb3f1a;
/*margin-right: 1px;*/
/*border-right:2px solid #fc6868;*/
background: transparent url(../styleImages/dropDownBack.png) top left repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
font-size:12px;
font-weight:bold;
line-height:18px;
z-index:100;
background-color: #fdff97;
width: 200px;
visibility: hidden;
border:2px solid #f96a64;
border-top:none;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #ca3838;
/*border-top:2px solid #ffce68;*/
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color:#ffffff;
color:#055ba8;
}