.bluetabs{
	border-bottom: 1px solid white;
}

.bluetabs ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #D73743;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C5965E;
	border-right-color: #C5985D;
	border-bottom-color: #C3995D;
	border-left-color: #C5985D;
	font-weight: bold;
}


.bluetabs li{
display: inline;
}

.bluetabs li a{
	float: left;
	color: #FFFFFF;
	padding: 9px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C5985D;
}

.bluetabs li a:visited{
color: white;
}

.bluetabs li a:hover, .bluetabs li a.current{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}

.bluetabs li.selected{
}

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

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

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

.dropmenudiv_b{
	position:absolute;
	top: 0px;
	line-height:18px;
	z-index:100;
	background-color: #D73743;
	width: 200px;
	visibility: hidden;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C5965E;
	border-right-color: #C3995D;
	border-bottom-color: #C5965E;
	border-left-color: #C5965E;
}


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

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

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

