.bluetabs{
	height: 28px;
	width: 990px;
	background-image: url(images/mb.jpg);
	background-repeat: repeat-x;
	border-top: 4px solid #000066;
	border-bottom: 4px solid #000066;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
	height:28px;
	width: 80px;
	float:left;
	background-color:#fff;
	background-image: url(../images/bt.jpg);
	background-repeat: no-repeat;
	text-align: center;
	Line-height:28px;
	color: #FFCC33;
}

.bluetabs li a:visited{
color: #FFCC33;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #FFFF00;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	height:28px;
	width: 80px;
	float:left;
	background-color:#fff;
	background-image: url(../images/bt.jpg);
	background-repeat: no-repeat;
	text-align: center;
	Line-height:28px;
	color: #FFCC66;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
 	_width:80px; /*ie6*/ 
	float:left;
	background-color:#D9EBF9;
	text-align: left;
	Line-height:28px;
	visibility: hidden;
	border:1px solid #CFE6F8;
}




.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: #FF0000;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a{
	width:100%;
	white-space: nowrap;	
	background-image: url(../images/bbb.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	padding-right:5px;

}

