.bluetabs{
	
}

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

.bluetabs li{
	display: inline;
	margin: 0;
}

.bluetabs li a{
	margin-right: 3px;
	border: 1px solid #dadce2; /*THEME CHANGE HERE*/
	background-color: white;
	background-position: left top;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
}

.bluetabs li a:visited{
	color: #0081c9;
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #FF0000;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */

}

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #dadce2; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #dadce2; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	text-decoration: none;
	color: #0081c9;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.dropmenudiv_b a:hover{
	text-decoration: none;
	color: #FF0000;
}

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

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