.bluetabs{
	font-family: "Trebuchet MS";
	background-color: #000000;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	border: 1px none #CCCCCC;
}

.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

.bluetabs li{
	display: inline;
	margin: 0;
	text-decoration: none;
}

.bluetabs li a{
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px none #778;
	color: #006699; /*THEME CHANGE HERE*/
	background-color: #000000;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
}

.bluetabs li a:visited{
	color: #006699;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-color: #000000;
}

.bluetabs li a:hover{
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

.bluetabs li.selected{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}

.bluetabs li.selected a{ /*selected main tab style */
	background-image: none; /*THEME CHANGE HERE*/
	border-bottom-color: white;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	color: #FFFFFF;
}

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

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #000000;
	width: 100px;
	visibility: hidden;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #918d8d;
	border-right-color: #918d8d;
	border-bottom-color: #918d8d;
	border-left-color: #918d8d;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	text-decoration: none;
	color: #006699;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #000000;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}
