.bluetabs{
}

.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #601201;
}

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

.bluetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #601201;
}

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

.bluetabs li a:hover{
	color: #601201;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	color: #601201;
	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: 1px solid #CA992D;
	border: 1px solid #CA992D; /*THEME CHANGE HERE*/
	border-width: 1 1px;
	line-height:18px;
	z-index:100;
	background-color: #CA992D;
	width: auto;
	visibility: hidden;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #601201;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	padding: 2px 0;
	text-decoration: none;
	color: #601201;
	text-align: left;
	border-top-width: 0;
	border-right-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CA992D;
	border-right-color: #CA992D;
	border-bottom-color: #CA992D;
	border-left-color: #CA992D;
	padding-right: 8px;
	background-color: #CA992D;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #601201;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
