.bluetabs{						/*SPACING AROUND THE SCROLL BOX (ALL IN ONE)*/
		position:relative;
		width:750px;
		height:30px;
		margin-left:100px;
		margin-bottom:20px; /*to accomodate ie*/
		z-index:1;                    
	
}

.bluetabs ul{
	padding: 8px 0px 10px 0px; /*top, right, bottom, left IE NEEDS A VALUE FOR ALL*/
	margin:0px;
	font: normal 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	clear:both;
}

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

.bluetabs li a{ 								/*SPACING INSIDE THE SCROLL window*/
	background-image:url(images/red-arrow-closed.gif);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-color:#f2f2e5; /*THEME CHANGE HERE*/
	text-decoration: none;
	padding: 5px 115px 5px 10px; /*top, right bottom left*/
	margin-right: 10px;
	margin-left: 0px;
	border: 1px solid #d6d6ac;
	color: #cc3300;
	font-style:normal;
	clear:both;
}

.bluetabs li a:visited{
}

.bluetabs li a:hover{
	text-decoration: underline;
	background-image:url(images/red-arrow-down.gif);
	background-position:95% 50%;
	background-repeat: no-repeat;
}

.bluetabs li.selected{
	

}

.bluetabs li.selected a{ /*selected main tab style */
	border-bottom-color: #d6d6ac;
	border-bottom-width:thin;
	text-decoration: underline;
	background-image:url(images/red-arrow-down.gif);
	background-position:95% 50%;
	background-repeat: no-repeat;

}

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

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

.dropmenudiv_b{
	position:absolute;
	border: 1px solid #d6d6ac; /*THEME CHANGE HERE*/
	border-width: 1 0px;
	font:normal 11px Verdana;
	z-index:100;
	width: 185px;
	visibility: hidden;
	left: 0px;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 0px;
	font-style:normal;
	border: 1 solid #d6d6ac; /*THEME CHANGE HERE*/
	border-left-width: 1px;
	border-right-width: 1px;
	background-color:#f2f2e5;
	padding: 5px 10px;
	color: #cc3300;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
	background-color:#f2f2e5;
	text-decoration: underline;

}

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