<style type="text/css">

#invertedtabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
	margin:0;
	margin-bottom: 1em; /*margin between menu and rest of content*/
	padding:0;
	list-style:none;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#invertedtabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:none;
	line-height: 1.5em;
}


#invertedtabs a{
	float:left;
	color: #CCCCCC;
	background: #000000;
	margin:0 0 0 0;
	padding:0 1px 0 1px;
	text-decoration:none;
	letter-spacing: normal;
}

#invertedtabs a span{
	float:right;
	display:block;
	background: #333333;
	padding:5px 18px 5px 19px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
	background-color: #666666;
}

#invertedtabs a:hover span{
	background-color: #000000;
	color: #FFFFFF;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
	background-color: #666666;
}

#invertedtabsline{
	clear: both;
	padding: 0;
	width: 100%;
	line-height: normal;
	background: #000000;
	border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	height: 1px;
}

</style>
