/* This controls the rollover navigation with the main page links */

/*@charset "utf-8"; */
/* CSS Document */
/*www.wfxo.com*/
/*dont forget to link to me*/

#invertedtabs{
/* margin-left: 4px; */
padding: 0;
width: 100%;
background: #2d6f65;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
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: black;
background: #2d6f65 url(..images/navBG.jpg) 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/navBG.jpg) no-repeat right bottom; 
padding:3px 10px 3px 3px;
}

#invertedtabs a span{
	float:none;
/*	background: url(../images/navBG.jpg)
	border: 1px solid black; */
}


#invertedtabs a:hover{
background: url(../images/navBGover.jpg)
}

#invertedtabs a:hover span{
	background-color: #cccccc;
	background: url(../images/navBGover.jpg)

}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
	background-color: #2d6f65;
}

#invertedtabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 18px;
	border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	background-color: #2d6f65;
}


