.bluetabs{
	margin:27px 0px 0px 190px;
	font:11px Tahoma;
	width:77px;
	height:27px;
}

.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	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;
	list-style:none;
}
.bluetabs li a{
	padding:4px 10px 6px 10px;
	height:12px;
	line-height:11px;
	font:11px Tahoma;
	color:#fff;
	text-decoration:none;
}
.bluetabs li a:visited{
	color:#FFF;
}
.bluetabs li a:hover{
	text-decoration: none;
	color: #FFF;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	background:; /*THEME CHANGE HERE*/
	opacity:1;
	filter:alpha(opacity=100);
}

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

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

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #A5A4A4; /*THEME CHANGE HERE*/
	font:12px;
	line-height:18px;
	z-index:100;
	background:#101F33;
	opacity:0.95;
	filter:alpha(opacity=95);
	visibility: hidden;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 0px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	padding: 2px 10px;
	text-decoration: none;
	color:#FFF;
}

* html .dropmenudiv_b a{ /*IE only hack*/

}

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