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: 62px;
	background: url(/img/nav/home.png) no-repeat;
}
#tees a {
	width: 57px;
	background: url(/img/nav/tees.png) no-repeat;
}
#polos a {
	width: 55px;
	background: url(/img/nav/polos.png) no-repeat;
}
#winter a {
	width: 68px;
	background: url(/img/nav/winter.png) no-repeat;
}
#corporate a {
	width: 82px;
	background: url(/img/nav/corporate.png) no-repeat;
}
#hospitality a {
	width: 94px;
	background: url(/img/nav/hospitality.png) no-repeat;
}
#hi-vis-tradewear a {
	width: 131px;
	background: url(/img/nav/hi-vis.png) no-repeat;
}
#traditional-tradewear a {
	width: 162px;
	background: url(/img/nav/tradewear.png) no-repeat;
}
#industry-footwear a {
	width: 138px;
	background: url(/img/nav/footwear.png) no-repeat;
}
#sportswear a {
	width: 93px;
	background: url(/img/nav/sportswear.png) no-repeat;
}
