.bluetabs ul
{
	width:950px; 
	text-align:center;
	margin:auto;
	clear:both; 
	background:url(../images/nav.gif) repeat-x; 
	height:53px;
}

.bluetabs li{
 display:inline; 
 padding:0px 12px;_padding:0px 10px; 
 font-family:Tw Cen MT; 
 font-size:20px; 
 font-weight:normal; 
 line-height:52px; 
 color:#ffffff;
}

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

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

.bluetabs li a:hover{
 color:#000000;

}

.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;
	border: 0px solid #000; /*THEME CHANGE HERE*/
	border-width: 0 0px;
	font:normal 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-color: #AF9156;
	padding-top:
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #fff;
font-weight:bold;
}

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

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

