ul#nav {
	margin:0 0 0 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width:1000px;
	top: 66px;
	left:20px;
	}

#nav li {
	float: left;
	}
#nav li a {
	display: block;
	height: 35px;
	padding:0;
	}
#nav li a span {
	display: none;
	}
#nav li a:hover {
	background-position: 0 -35px;
	}
#nav li a.current {
	background-position: 0 -70px;
	}
#home a {
	width: 94px;
	background: url(/Image/menu1.gif) no-repeat;
}
#casual a {
	width: 112px;
	background: url(/Image/menu2.gif) no-repeat;
	}
#business a {
	width: 132px;
	background: url(/Image/menu3.gif) no-repeat;
	}
#sport a {
	width: 106px;
	background: url(/Image/menu4.gif) no-repeat;
	}
#safety a {
	width: 108px;
	background: url(/Image/menu5.gif) no-repeat;
	}
#workerwear a {
	width: 170px;
	background: url(/Image/menu6.gif) no-repeat;
	}
#aprons a {
	width: 117px;
	background: url(/Image/menu7.gif) no-repeat;
	}
#video a {
	width: 100px;
	background: url(/Image/menu8.gif) no-repeat;
	}
