.bluetabs{
border-top: 1px solid #999999;
	background: #656565;
}

.bluetabs ul{
	padding: 3px 15px 3px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	;
	color: #;
	color: #fff;
	margin: 1px 0 0 0px;
}

.bluetabs li{
display: inline;
margin: 0;
	color: #fff;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 25px 3px 7px;
margin-right: 3px;
border: 0px solid #999;
color: #ffffff;
background: top left no-repeat; /*THEME CHANGE HERE*/;
	font-style: normal;
	font-style: normal;
}

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

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

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: none; /*THEME CHANGE HERE*/
border-bottom-color: #999999;
}

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

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

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 0px;
	font: normal 12px   Arial, Helvetica, sans-serif;
	line-height: 16px;
	z-index: 100;
	width: 200px;
	visibility: hidden;
	height: 30px;
	color: #272727;
	background: #fff;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0; /*THEME CHANGE HERE*/
padding: 2px 0;
margin-left: 5px;
margin-right: 8px;
text-decoration: none;
color: #272727;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

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

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