/* Top nav  */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
	height: 46px;
}

#nav ul li a.navHome {
	background: url(../images/btn-home.jpg) top no-repeat;
	width: 62px;
}

#nav ul li a.navAbout{
	background: url(../images/btn-about.jpg) top no-repeat;
	width: 91px;
}

#nav ul li a.navRyalux {
	background: url(../images/btn-ryalux.jpg) top no-repeat;
	width: 121px;
}

#nav ul li a.navLuxury{
	background: url(../images/btn-luxury.jpg) top no-repeat;
	width: 121px;
}

#nav ul li a.navRugs {
	background: url(../images/btn-rugs.jpg) top no-repeat;
	width: 123px;
}

#nav ul li a.navContact{
	background: url(../images/btn-contact.jpg) top no-repeat;
	width: 91px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}
