.droptabs
{
	float:left;
	width:100%;
	font-size: 12px;
	line-height:normal;
	border-bottom: 1px solid #a6a6a6; /*Add border strip to bottom of menu*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FE0000;
}

.droptabs ul{
	list-style-type: none;
	margin:0;
	margin-left: 15px; /*Left offset of entire tab menu relative to page*/
	padding:0;
	text-transform: uppercase;
}
.droptabs li ul
{
	margin-left:0px;
	text-transform: none;
}
.droptabs li{
display:inline;
margin:0;
padding:0;
}

.droptabs a{
float:left;
background:url(../../images/droptab-left.gif) no-repeat left top;
margin:0;
margin-right: -1px; /*spacing between each tab*/
padding:0 0 0 10px;
text-decoration:none;
}

.droptabs a, .droptabs a:visited, .droptabs a:active
	{
		color:#000000;
	}

.droptabs a span{
float:left;
display:block;
background:url(../../images/droptab.gif) no-repeat right top;
padding: 6px 21px 5px 17px;
font-weight:bold;
color:#3B3B3B;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.droptabs a span {float:none;}
/* End IE5-Mac hack */

.droptabs a:hover span {
color: black;
}

.droptabs li.selected a{ /*Selected Tab style*/
background-position:0 -25px; /*Shift background image up to start of 2nd tab image*/
}

.droptabs li.selected a span{ /*Selected Tab style*/
background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.droptabs a:hover, .droptabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -25px; /*Shift background image up to start of 2nd tab image*/
}

.droptabs a:hover span, .droptabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.droptabs .dropmenudiv_d
	{
		position:absolute;
		top: 0;
		border: 1px solid #a6a6a6; /*THEME CHANGE HERE*/
		border-width: 0 1px;
		font:normal 11px Verdana;
		line-height:18px;
		z-index:100;
		background-color: #ffff00;
		width: 145px;
		visibility: hidden;
		background: none;
		border-bottom-width: 1px;
	}
	.droptabs .dropmenudiv_d a
		{
			width: auto;
			display: block;
			text-indent: 5px;
			border: 0 solid #a6a6a6; /*THEME CHANGE HERE*/
			border-bottom-width: 1px;
			padding:2px 0px 0px 0px;
			text-decoration: none;
			color:#000000;
			background: none;
			background-color: #ffff00;
			width: 100%;
		}

* html .droptabs .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.droptabs .dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #fe0000;
color: #FFFFFF;
font-weight: bold;
}

.droptabs .dropmenudiv_d a:visited{ /*Bug Opera & Safari*/
}

.droptabs .dropmenudiv_d a:active{  /*Bug Opera & Safari*/
 color:#000000;
}