#navbar {
	margin: 0px;
	padding: 0px;
	height: 43px;
	list-style: none;
	background-image: url(../images/buttons2.png);
	background-repeat: repeat-x;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 43px;
	text-indent: -9999px;
	background-image: url(../images/buttons2.png);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 113px;
}
#navbar #home:hover {
	background-position: -0px -43px;
}

#navbar #collections {
	background-position: -113px 0px;
	width: 283px;
}
#navbar #collections:hover {
	background-position: -113px -43px;
}

#navbar #brands {
	background-position: -396px 0;
	width: 135px;
}
#navbar #brands:hover {
	background-position: -396px -43px;
}

#navbar #contact{
	background-position: -531px 0px;
	width: 143px;
}
#navbar #contact:hover {
	background-position: -531px -43px;
}
