/** BEGIN header **/
#topmenuheader {
	overflow: hidden;
	font-family: Verdana;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	width: 100%;
	background-color: #f3f1e7;
	height: 25px;
	margin-top: 10px;
}
	#topmenuheader .pages {
	list-style-type: none;
	}
		#topmenuheader .pages li {
	float: right;
	text-transform: uppercase;
	font-size: 0.9em;
		}
		#topmenuheader .pages li a {
	display: block;
	text-decoration: none;
	color: #333333;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
		}
		#topmenuheader .pages li a:hover {
	text-decoration: underline;
	border-top-color: #666;
		}
/** END header **/
	
#tabs {
	font-family: Verdana;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	font-size:10pt;
	line-height:normal;
	background-color: #f3f1e7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f9a87;
	border-bottom-color: #9f9a87;
	height: 38px;
	width: 100%;
	float: left;
	}

#tabs ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
