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

#invertedtabs ul{
	font: bold 12px "Trebuchet MS";
	margin:0;
	/*margin-bottom: 1em; margin between menu and rest of content*/
	padding:0;
	list-style:none;
}

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


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

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

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
	background-color: #ef3841;

}

#invertedtabs a:hover span{
background-color: #ef3841;
background: transparent url(images/pointerbt.gif) top center no-repeat;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
	background-color: #d5323b;
	background-image: url(images/pointerbt.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

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


