ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 57px;
	left: 10px;
	}

#nav li {
	float: left;
	}
#nav li a {
	display: block;
	height: 33px;
	padding:0;
	}
#nav li a span {
	display: none;
	}
#nav li a:hover {
	background-position: 0 -33px;
	}
#nav li a.current {
	background-position: 0 -66px;
	}
#home a {
	width: 66px;
	background: url(/img/nav/home.gif) no-repeat;
	}
#tees a {
	width: 57px;
	background: url(/img/nav/tees.gif) no-repeat;
	}
#polos a {
	width: 62px;
	background: url(/img/nav/polos.gif) no-repeat;
	}
#outerwear a {
	width: 96px;
	background: url(/img/nav/outerwear.gif) no-repeat;
	}
#woven-shirts a {
	width: 118px;
	background: url(/img/nav/woven-shirts.gif) no-repeat;
	}
#hospitality a {
	width: 102px;
	background: url(/img/nav/hospitality.gif) no-repeat;
	}
#safety a {
	width: 75px;
	background: url(/img/nav/safety.gif) no-repeat;
	}
#workwear a {
	width: 95px;
	background: url(/img/nav/workwear.gif) no-repeat;
	}
#teamwear a {
	width: 93px;
	background: url(/img/nav/teamwear.gif) no-repeat;
	}
#schoolwear a {
	width: 101px;
	background: url(/img/nav/schoolwear.gif) no-repeat;
	}
#coc a {
	width: 139px;
	background: url(/img/nav/coc.gif) no-repeat;
	}