@charset "UTF-8";
/* CSS Document */

#salonNav {
	list-style: none;
	width:624px;
	height:50px;
	background-image: url(../images/nav.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 0px;
}

#salonNav ul{
	list-style:none;
}

#salonNav li {
	float: left;
}

#salonNav a {
	border: none;
	font-size: 0px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	cursor:pointer;
	display: block;
}

li.aboutus, li.aboutus a {background-image: url(../images/nav.gif); height: 50px; width: 110px; background-position: 0px 0px;}

li.services, li.services a {background-image: url(../images/nav.gif); height: 50px;	width: 103px; background-position: -110px 0px;}

li.products, li.products a {background-image: url(../images/nav.gif);	height: 50px; width: 108px;	background-position: -213px 0px;}

li.pricelist, li.pricelist a {background-image: url(../images/nav.gif);	height: 50px; width: 110px;	background-position: -321px 0px;}

li.specialoffers, li.specialoffers a {background-image: url(../images/nav.gif);	height: 50px; width: 193px;	background-position: -430px 0px;}


/*HOVER*/

li.aboutus a:hover {background-image: url(../images/nav.gif); height: 50px; width: 110x; background-position: 0px -50px;}
li.aboutus a.current {background-position: 0px -50px;}

li.services a:hover {background-image: url(../images/nav.gif); height: 50px; width: 103px; background-position: -110px -50px;}
li.services a.current {background-position: -110px -50px;}

li.products a:hover {background-image: url(../images/nav.gif);	height: 50px; width: 108px;	background-position: -213px -50px;}
li.products a.current {background-position: -213px -50px;}

li.pricelist a:hover {background-image: url(../images/nav.gif); height: 50px; width: 110px; background-position: -321px -50px;}
li.pricelist a.current {background-position: -321px -50px;}

li.specialoffers a:hover {background-image: url(../images/nav.gif); height: 50px; width: 193px; background-position: -430px -50px;}
li.specialoffers a.current {background-position: -430px -50px;}

.aboutus li.aboutus a,
.services li.services a,
.products li.products a,
.pricelist li.pricelist a,
.specialoffers li.specialoffers a
{background: none;}
