#nav-top {
	float:left;
	font-size:93%;
	line-height:normal;
	margin:0;
	padding:0 10px 0 20px;
	list-style:none;
}
#nav-top li {
	display:inline;
	margin:0;
	padding:0;
}
#nav-top a {
	float:left;
	background:url(../img/bgtableft.gif) no-repeat left top;
	margin:0 1px;
	padding:0 0 0 3px;
	text-decoration:none;
}
#nav-top a span {
	float:left;
	display:block;
	background:url(../img/bgtabright.gif) no-repeat right top;
	padding:5px 12px 4px 8px;
	color:#446; font-weight:bold; letter-spacing:.15em
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav-top a span {float:none;}
/* End IE5-Mac hack */
#nav-top a:hover span {
	color:#FFF;
}
#nav-top a:hover {
	background-position:0% -40px;
}
#nav-top a:hover span {
	background-position:100% -41px;
}
