
.bluetabs ul{
padding: 7px 0px 7px 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px "Lucida Sans Unicode";
color:#FFFFFF;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;

}

.bluetabs li a{
text-decoration: none;
padding: 7px 12px 7px 12px;
color: #fff;
font-weight:normal;

}

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

.bluetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
background: url(../images/background-hover1.jpg) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(../images/background-hover1.jpg); /*THEME CHANGE HERE*/
color: #FFFFFF;

}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv_b{
position:absolute;
top: 0; 
font:normal 10px arial;
line-height:18px;
z-index:100;
background-color: #a4a4a4;
width: 200px;
visibility: hidden;
color:#FFFFFF;
margin-top:-1px;
}


.dropmenudiv_b a{
font:normal 10px arial;
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: black;
color:#FFFFFF;
margin:3px;
border:1px solid #a4a4a4;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
font:normal 10px arial;
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: black;
color:#FFFFFF;
background-color:#b70323;
border:1px solid #e40228;
margin:3px;
}