.droplinetabs{
	overflow: hidden; /*underline across bottom of main tabs*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}

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

.droplinetabs li{
	display: inline;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}


.droplinetabs a{
	float: left;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #FBFBFB;
	
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}

.droplinetabs a:link, .droplinetabs a::visited, .droplinetabs a:active{
color: #000;
}

.droplinetabs a span{
	float: left;
	display: block;
	
	cursor: pointer;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 6px;
	color: #000;
}

.droplinetabs a span{
	float: none;
	color: #000;
}


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

.droplinetabs a:hover span{
background-color: transparent;
}

/* Sub level menus*/
.droplinetabs ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0; /*sub menu background color */
	visibility: hidden;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
	padding-right: 8px;
	margin: 0; /*sub menu background color */
	background-color: #FFD9D9;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	position: relative;
	float: right;
	right: 285px;
}

.droplinetabs ul li ul li a span{
	background-color: #FBFBFB;
	color: #000;
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FBFBFB;
}
