
.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 14px arial;
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;
padding-right:0px;

}

.bluetabs li a{
	font: normal 14px arial;
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #E5E7EE;
/* background: #1253C7 top left repeat-x; THEME CHANGE HERE*/
}

.bluetabs li a:visited{
font: normal 14px arial;
text-decoration: none;
color: #E5E7EE;
}

.bluetabs li a:hover{
font: normal 14px arial;
text-decoration: underline;
color: #ffffff;
}

.bluetabs li.selected{
font: normal 14px arial;
text-decoration: underline;
color: #ffffff;
}

.bluetabs li.selected a{ /*selected main tab style */
font: normal 14px arial;
text-decoration: none;
color:#ffffff;
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
font: normal 14px arial;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #121F22; /*THEME CHANGE HERE*/
border-width: 0 1px;
border-bottom: 1px solid #121F22;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background: #203C43 ;
opacity: 0.8;
width: 160px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
padding-left:10px;
text-decoration: none;
color: #E5E7EE;
}

* html .dropmenudiv_b a{ /*IE only hack*/
text-decoration: none;
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
color: #ffffff;
background-color: #172D32;
}