#navbar ul {
	margin-left:8px;
}
#navbar ul li {
	display:inline;
	list-style-type:none;
}
#navbar a {
	margin-top:10px;
	float:left;
	margin-left:28px;
}
#navbar #tshirts a {
	background:url(images/layout/tshirts.jpg);
	width:90px;
	height:30px;	
}
#navbar #tshirts a:hover {
	background-position:-90px;
}
#navbar #longsleeve a {
	background:url(images/layout/longsleeve.jpg);
	width:212px;
	height:30px;
}
#navbar #longsleeve a:hover {
	background-position:-212px;
}
#navbar #sweatshirts a {
	background:url(images/layout/sweatshirts.jpg);
	width:133px;
	height:30px;
}
#navbar #sweatshirts a:hover {
	background-position:-133px;
}
#navbar #hats a {
	background:url(images/layout/hats.jpg);
	width:55px;
	height:30px;
}
#navbar #hats a:hover {
	background-position:-55px;
}
#navbar #music a {
	background:url(images/layout/music.jpg);
	width:69px;
	height:30px;
}
#navbar #music a:hover {
	background-position:-69px;
}