.bluetabs{
color:#FFFFFF;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
list-style: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: 3px 0 0 42px;
margin-right: 3px;
color: #000CCC;
line-height:18px;
}

/*.bluetabs li a:visited{
color: blue;
}*/

.bluetabs li a:hover{
text-decoration: none;
color: red;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.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 11px Verdana;
	line-height:15px;
	z-index:100;
	background-color: white;
	width: 285px;
	visibility: hidden;
	margin-left:40px;
}

.dropmenudiv_b ul{
	list-style:none;
	border:0px solid;
	padding:0px;
	margin:0px;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: black;
text-align:left;
background-color:#AEC1E1;
}

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

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