.bluetabs{
	height:29px;
	padding-top:3px;
}

.bluetabs ul{
padding:0px;
margin: 0px;
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:block;
	float:left;
		
	margin: 0px;
	color: #FFFFFF;
	padding: 0px;
}

.bluetabs li a{
	text-decoration: none;
	color: #FFFFFF;
	width: 137px;
	height: 28px;
	float:left;
	display:block;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
}



.bluetabs li a:visited{
color: #FFFFFF;
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/gree-i.gif);
	background-repeat: no-repeat;
	background-position: top;
 
}

.bluetabs li.selected{
	background-image: url(images/gree-i.gif);
		background-repeat: no-repeat; 
 
}

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

.bluetabs li.selected a:hover{ /*selected main tab style */
}

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

.dropmenudiv_b{
	position:absolute;
	top: 0px;
	line-height:18px;
	z-index:100;
	width: 180px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;

}


.dropmenudiv_b a{
	width: 180px;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #000000;
	background-image: url(images/aarro-1.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 14px;
	height: auto;
}

 

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: #000000;
}
