.bluetabs{
	background: #a59d62;
	width: 800px;
	padding-top: 10px;
	
}

.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	letter-spacing: 1px;

}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #73204F;
	/*background-image: url(../images/gradient.gif);*/ /*top left repeat-x; /*THEME CHANGE HERE*/
	letter-spacing: 1px;
	/*background-repeat: inherit;*/
	background-color: #E6D8EA;
	background-position: center center;	/*background-color: #9B1709;*/
	border: medium double #73204F;
	
	}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
	background-color: #FFFFFF;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	border-bottom-color: #a59d62;
	background: #a59d62;
}

.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 #a59d62; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:18px;
z-index:100;
background-color: #a59d62;
width: 70px;
visibility: hidden;
font: 12px Verdana;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #a59d62; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

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

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

body#offerings a#offnav,
body#dd a#ddnav,
body#staff a#staffnav,
body#nl a#nlnav,
body#wb a#wbnav,
body#sp a#spnav,
body#peek a#peeknav
{
	color: #E6D8EA;
	background: #73204F;
	border: 3px solid #E6D8EA;
	
}