@charset "utf-8";
/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
	margin-left: 0px;
	width: 788px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 0px;
	height: 22px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #6396A9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-left: 0px;
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;
	text-decoration:none;
	letter-spacing: normal;
	background-color: #6396A9;
	background-image: url(media/color_tabs_left2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 22px;
}

#invertedtabs a span{
	float:left;
	display:block;
	background: transparent url(media/color_tabs_right2.gif) no-repeat right bottom;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
	background-color: #365C74;
}

#invertedtabs a:hover span{
	background-color: #365C74;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
	background-color: #365C74;
}

#invertedtabsline{
	clear: both;
	width: 793px;
	height: 6px;
	line-height: 4px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 1px !important;
	margin-left: 2px;
	padding: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color: #207F95;
}

