
.bluetabs{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;

}

.bluetabs ul{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
height:30px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
padding: 0px 0px;
}

.bluetabs li a{
text-decoration: none;
padding: 0px 0px;
margin-right: 0px;
color: #2d2b2b;
}

.bluetabs li a:visited{
 /*color: #2d2b2b;*/
}

.bluetabs li a:hover{

}

.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;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

.dropmenudiv_b a:visited{ /*THEME CHANGE HERE*/
color: black;
}


/*

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:fffdc9;
	background-color: #FFF7BE;
	}
.menu ul{
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		margin-left: 0px;
		
		
		}
	.menu li a{
		color:#fffdc9;
		display:block;
		font-weight:bold;
		line-height:22px;
		text-align:center;
		text-decoration:none;

		}
		.menu li a:hover{
			color:#fff;
			}
	.menu li ul{
		background:#51619E;
		border-left: 1px solid #AEB6D3;
		border-right: 1px solid #8A95BF;				
		filter:alpha(opacity=85);
		opacity:0.85;		
		display:none;
		height:auto;
		margin-left:-2px;
		position:absolute;
		z-index:200;
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
	display: block;

	float: none;
	margin-left: 0px;
	background-image: none;
	border-bottom:2px solid #103886;
}

	.menu li li:last-child{border-bottom:0px solid;}
	.menu .noborder {
		border-bottom:0px solid;
	}
	.menu li ul a{
	display: block;
	font-size: 12px;
	font-style: normal;
	
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
}
		.menu li ul a:hover{
			background:#414D7A;
			opacity:1.0;
			filter:alpha(opacity=100);

			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:url(../images/current-bg.gif) top left repeat-x;
		color:#ffffff;
		}
		*/