@charset "utf-8";
/* CSS Document */



#header {
	background-image: url(../Assets/images/header.jpg);
	height: 160px;
	position: relative;
	margin-bottom: 4px;

}

#footer #copyright  {
	text-align: center;
	margin: 6px;
}
#footer #links {
	text-align: center;
	margin: 6px;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9EC630;
	margin-top: 6px;
	vertical-align: top;
}


/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	font: bold 12px Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif;
	right: 1px;
	bottom: 0px;
	display: inline;
}

#header li {
   display:inline;
   margin:0; padding:0;
}

#header a {
   float:left;
   background: url(../Assets/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
	float:left;
	display:block;
	background: url(../Assets/images/tabright.gif) no-repeat right top;
	padding:6px 15px 3px 8px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#339900;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
	background-position:0% -42px;
	color: #339900;
}
#header #current a span {
	background-position:100% -42px;
	color: #339900;
}

