.bluetabs{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	background-repeat: repeat;
	background-image: url(../images/common/80percent_black.png);
}
.bluetabs ul{
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.bluetabs li{
	display: inline;
}
.bluetabs li a{
	text-decoration: none;
	color: #D6D6D6; /*THEME CHANGE HERE*/
	font-weight: bold;
	padding-right: 13px;
	padding-left: 13px;
	margin: 0px;
}
.bluetabs li a:hover{
	text-decoration: underline;
	color: #FC0;
}
.bluetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
}
.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;
	width: 230px;
	visibility: hidden;
	margin-left: 5px;
	margin-top: 5px;
}
.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	text-decoration: none;
	color: #000;
	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: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCC;
	border-left-color: #999999;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 2px;
	text-align: left;
	background-image: url(../images/common/95percent_white.png);
	background-repeat: repeat;
	font-size: 12px;
	font-family: Helvetica, Arial, "sans serif";
}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
	color: #900;
}
