.bluetabs ul{
	float: left;
	list-style:none; margin:0px; 
	padding:0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
}

.bluetabs li{
	display: inline;
	margin: 0;
	padding:0;
}
.bluetabs li a {
	float: left;
	list-style:none; margin:0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}
.bluetabs li a h1{
	float: left;
	list-style:none; margin:0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	display:block;
}
.bluetabs li a:hover h1{
	float: left;
	list-style:none; 
	margin:0px; 
	font-family: Arial;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	color: #8e1b44;
}


.bluetabs li.selected{
}

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

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

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

.dropmenudiv_b{
top: 0;
position:absolute;
padding-top:6px;
padding-bottom:7px;
padding-right:8px;
padding-left:8px;
	border-bottom:1px solid #de018d;
	border-right:1px solid #de018d;
	border-left:1px solid #de018d;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
/*width: 200px;*/
visibility: hidden;
margin-top:-1px;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	padding: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #8f1c45;
	text-decoration: none;
}

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

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