/* CSS Document */

#invertedtabs{
background: transparent;
}

#invertedtabs ul{
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

#invertedtabs li{
padding: 10px 20px;
display:inline;
}


#invertedtabs a{
float:left;
color: yellow;
padding: 10px 20px;
text-decoration:none;
}

#invertedtabs a:hover{
	background-color: transparent;
	background-image: url(images/right.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#invertedtabs #current a, #invertedtabs #current span{
	background-color: transparent;
	background-image: url(images/right.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}






