

.bluetabs ul{ background-color:#597891;

margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:100 12px Verdana;
list-style-type: none;
text-align: right; height:30px; line-height:30px; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{background-image:none; display: inline; border-right:solid #fff 1px; padding:0 13px!important;padding:0 7px 0 13px;}
.bluetabs li.none{ border:none;}
.bluetabs li a{text-decoration: none;color: #fff;}

.bluetabs li a:visited{color: #fff;}

.bluetabs li a:hover{color: #95bcdb;}



.bluetabs li.selected a{ /*selected main tab style */border-bottom-color: white;}

.bluetabs li.selected a:hover{ /*selected main tab style */text-decoration: none;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	margin-left:-17px!important;
	margin-left:-15px;
	width:80px;
	margin-top:8px!important;
	margin-top:7px;
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	font:normal 12px Verdana;
	line-height:18px;
	background-color:#F7FFFF;
	
	visibility: hidden;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #5a7892;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color:#000000;
	background-color: #BCD2E9;
}