.bluetabs{
	background-color: #0099FF;
	color: #FFFFFF;
	text-align: left;
}

.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*/
	background-color: #0099FF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.bluetabs li{
	margin: 0;
	text-align: left;
	display: inline;
	color: #FFFFFF;
}

.bluetabs li a{
	margin-right: 3px; /*THEME CHANGE HERE*/
	text-align: left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-color: #778;
	border-left-color: #778;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.bluetabs li a:visited{
	color: #2d2b2b;
	text-align: left;
}

.bluetabs li a:hover{
	color: #FFFFFF;
	text-align: left;
}

.bluetabs li.selected{
	text-decoration: none;
	text-align: left;
}

.bluetabs li.selected a{ /*selected main tab style */
	background-color: #3333FF;
	text-align: left;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background-color: #00CCFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:18px;
	width: 200px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	visibility: hidden;
	z-index: 100;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 2px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
	text-align: left;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #edf3f3;
	color: #FFFFFF;
}
