.bluetabs{
border-bottom: 0px solid #87aaae;
}

.bluetabs ul{
	padding: 2px 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	margin-right: 3px;
	color: #465268;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #87aaae;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #87aaae;
}

.bluetabs li a:visited{
color: #465268;
}

.bluetabs li a:hover{
	text-decoration: underline;
	color: #87aaae;
		background-image: url(media/menu_back.gif);
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	/*background-image: url(media/bluetabactive.gif); */
/*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:18px;
	background-color: #FFFFFF;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #465268;
	width: 190px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #87aaae;
	border-right-color: #87aaae;
	border-bottom-color: #87aaae;
	border-left-color: #87aaae;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px 0;
text-decoration: none;
color: #465268;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #DDF2F4;
	color: #87aaae;
	background-image: url(media/menu_back.gif);
}