.bluetabs{
	height: auto;
	width: auto;
}

.bluetabs ul{
	padding: 4px 0;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #EDD6B3;
}

.bluetabs li{
	display: inline;
	height: 24px;
	width: 10px;
}

.bluetabs li a{
	text-decoration: none;
	color: #EDD6B3; /*THEME CHANGE HERE*/
	background-color: #CA9D68;
	background-position: center center;
	height: 24px;
	width: 170px;
	text-align: center;
	padding: 7px;
	float: none;
	background-image: url(images/dropbar_a.jpg);
}

.bluetabs li a:visited{
	color: #FFFFFF;
}

.bluetabs li a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	background-image: url(images/dropbar_b.jpg);
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	background-color: #CA9D68;
	background-image: url(images/dropbar_b.jpg);
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	line-height:18px;
	z-index:100;
	width: auto;
	height: auto;
	visibility: hidden;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CEA577;
	background-color: #EDD6B3;
}


.dropmenudiv_b a{
	width: 170px;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: black;
	height: auto;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 180px;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #CA9D68;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/dropbar_b.jpg);
	background-repeat: repeat-x;
}
