.bluetabs{
	margin:0 auto 0 auto;
	height: 6em;
	width:800px;
	text-align:left;
	padding-left:3.5em;
	padding-top:1.5em;
}

.parentesis {
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
}

.bluetabs ul {
	list-style-type: none;
	text-align:left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
	display: inline;
	padding-right:1.85em;
}

.bluetabs li a{
	text-decoration: none;
	color:#EBD271;
	font-size:18px;
}

.bluetabs li a:visited{

}

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

.bluetabs li.selected a{ /*selected main tab style */

}

.bluetabs li.selected a:hover{ /*selected main tab style */

}

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

.dropmenudiv_b {
	text-transform:uppercase;
	letter-spacing:0.02em;
	position:absolute;
	top: 0;
	border: 0.1em solid #FFFFFF; /*THEME CHANGE HERE*/
	z-index:100;
	background-color: #B42B33;
	visibility: hidden;
	margin-top:0.3em;
	font-weight:bold;
	text-align:left;
}

.dropmenudiv_b li{
	display: inline;
	padding-right:0em;
}

.dropmenudiv_b a {
	width: auto;
	display: block;
	border: 0 solid #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 0.5em 0;
	text-decoration: none;
	color: #EBD271;
	line-height:1em;
	padding-left:5px;
	font-size:0.88em;
}

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

.dropmenudiv_b a:hover { /*THEME CHANGE HERE*/
	background-color: #B42B33;
	text-decoration: none;
	color:#E2BF32;
}
