#nav {
	float:left;
	width:100%;
	/*background:#666;*/
	background: url(img/menu_bg.gif) center bottom no-repeat;
	font-family: tahoma, sans-serif;
	font-size:10px;
	line-height:normal;
	margin: 0 auto;
	}

.menudecoration{
	clear: both;
	background: url(img/menu_bg_bottom.gif) center bottom no-repeat;
	width: 100%;
	height: 16px;
}

#nav ul {
	margin:0 auto;
	padding:15px 3px 0 120px;
	list-style:none;
	}

#nav li {
	display:inline;
	margin:0;
	padding:0;
	}

#nav a {
	float:left;
	background:url("img/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 3px;
	text-decoration:none;
	}

#nav a span {
	float:left;
	display:block;
	background:url("img/tabright.gif") no-repeat right top;
	padding:5px 10px 4px 6px;
	color:#FFF;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */

#nav a:hover span {
	color:#000;
	}

#nav a:hover {
	background-position:0% -42px;
	}

#nav a:hover span {
	background-position:100% -42px;
	}



#nav #active a {
	background-position:0% -42px;
	}

#nav #active a span {
	background-position:100% -42px;
	color: #000;
	}


