/* CSS Document */


/*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{
	font: bold 11px Arial, Verdana, sans-serif;
	margin-bottom: 1em;
	list-style:none;
	float: right;
	margin-top: 0;
	margin-right: 10%;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 0;
}

#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: #006359;
	background-image: url(../bg/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(../bg/color_tabs_right2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #bbd5d4;
}

#invertedtabs a:hover span{
background-color: #bbd5d4;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
	background-color: #652b54;
}

#invertedtabsline{
	clear: both;
	width: 100%;
	height: 8px;
	line-height: 8px; /*Remove this to remove border between bar and tabs*/
	background-color: #006359;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
}