.droplinetabs{
	overflow: hidden;
	/*border-bottom: 1px solid gray; underline across bottom of main tabs*/
}

.droplinetabs ul{
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.droplinetabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}


.droplinetabs a{
	float: left;
	color: black;
	/*background: #c76023 url(leftedge.gif) no-repeat left top; default background color of tabs, left corner image*/
	margin: 0 4px 0 0;
	padding: 0 0 4px 3px;
	text-decoration: none;
}

.droplinetabs a:link {
	color: black;
}

/*.droplinetabs a:visited, .droplinetabs a:active{
	color: #af1f24;
}*/

.droplinetabs a:active{
	color: #af1f24;
}

.droplinetabs a span{
	float: left;
	display: block;
	/*background: transparent url(rightedge.gif) no-repeat right top; right corner image*/
	padding: 7px 6px 3px 5px;
	cursor: pointer;
}

.droplinetabs a span{
	float: none;
}


.droplinetabs a:hover{
	/*background-color: #b05016; background color of tabs onMouseover*/
	color: #af1f24;
}



/*********** Sub level menus*************/
.droplinetabs ul li ul{
	position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
	background: #e9e9e9;
	visibility: hidden;
}


/********** Sub level menu links style ************/
.droplinetabs ul li ul li a{
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 6px;
	padding-right: 8px;
	margin: 0;
	color: #af1f24 !important;
	/*background: #c76023; sub menu background color */
}


.droplinetabs ul li ul li a:hover{
	background: white;
	color: #af1f24 !important;
}

