.navbar {
	width: 973px;
	float: right;
}

#nav {
	background: url(../images/menu/slice.jpg) repeat-x;
	width: 100%;
	height: 140px;
}

#navigation {
	margin-left: 400px;
}

#navigation * a {
	 display: none;
}

#navigation li {
	float: left;
	display: block;
}

#navigation li a {
	background-image: url(../images/menu/sprite.jpg);
	display: block;
	outline: none;
	position: relative;
	height: 140px;
	text-decoration: none;
	width: auto;
}


#navigation .home {
	background-position: 0px 0px;
	width: 102px;
	height: 129px;
}

#navigation .about {
	background-position: -102px 0px;
	width: 110px;
	height: 129px;
}

#navigation .portfolio {
	background-position: -212px 0px;
	width: 108px;
	height: 129px;
}

#navigation .theshop {
	background-position: -320px 0px;
	width: 102px;
	height: 129px;
}

#navigation .contact {
	background-position: -422px 0px;
	width: 103px;
	height: 129px;
}

#navigation a .hover {
	background: transparent url(../images/menu/sprite.jpg) no-repeat 0 0;
	display: block;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* HOVER */


#navigation .home .hover {
	background-position: -0px -142px;
}

#navigation .about .hover {
	background-position: -102px -142px;
}

#navigation .portfolio .hover {
	background-position: -212px -142px;
}

#navigation .theshop .hover {
	background-position: -320px -142px;
}

#navigation .contact .hover {
	background-position: -422px -142px;
}


