.bluetabs{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8CFD3;
}

.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Tahoma;
	font-size: 13px;
}

.bluetabs li{
	display:  inline;
	padding:0;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}

.bluetabs li a{
	text-decoration: none;
	border: 1px solid #C8CFD3;
	color: #56646D; /*THEME CHANGE HERE*/
	background-color: white;
	background-image: url(media/bluetab.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.bluetabs li a:visited{
color: #56646D;
}

.bluetabs li a:hover{
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
color: #1C6F91;
}


.bluetabs li.selected{
}

.bluetabs_selected{
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
color: #1C6F91;

}


.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: #F2F5F9;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}

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

.dropmenudiv_b{
	position:absolute;
	top: 66;
	border: 1px solid #C8CFD3; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:18px;
	z-index:100;
	background-color: #F2F5F9;
	width: 150px;
	visibility: hidden;
	left: 192px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #C8CFD3; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #56646D;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #CAD7E7;
}
