@charset "utf-8";
.bluetabs ul{
/*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
float:left;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
font-size:14px;
color: #fff;
/*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: none;
color: #fff;
background:#67a2ec;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
 color:#fff; text-decoration:none;background:url(../images/nav1.jpg) repeat-x center;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position: absolute;
	top: 124px;
	/*border: 1px solid #918d8d; THEME CHANGE HERE*/
	font: normal 12px Verdana;
	line-height: 29px;
	z-index: 100;
	visibility: hidden;	
	left: 340px;
	height: 1px;
	color:#fff;
	text-align:center;
}

.dropmenudiv_b a{
padding:0 10px;
text-align:center;
text-decoration: none;
color:#fff;
}
.dropmenudiv_b a:hover{border-bottom:#fff 2px solid;color:#fff}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

