<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

#invertedtabs ul{
	margin-bottom: 1em; /*margin between menu and rest of content*/
	padding:0;
	list-style:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 9px;
}

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


#invertedtabs a{
	float:left;
	color: white;
	margin:0 2px 0 0;
	padding:0 0 0 3px;
	text-decoration:none;
	letter-spacing: 1px;
	background-color: #A51526;
	background-image: url(IMAGES/color_tabs_left2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#invertedtabs a span{
	float:left;
	display:block;
	padding:3px 9px 3px 6px;
	background-color: transparent;
	background-image: url(IMAGES/color_tabs_right2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
	background-color: #8C8189;
}

#invertedtabs a:hover span{
	background-color: #8C8189;
}

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

#invertedtabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #A51526;
	border-bottom: 1px solid #fff;
}

</style>
