﻿body 
{
	margin:0;
	font-family:Tahoma; font-size:11px;
	background-color:#E5E5E5;
}

a
{
	text-decoration:none;
	color:#232323;
}
a:hover
{
	text-decoration:underline;
}
select, input
{
	font-family:Tahoma; font-size:12px;}


#menu-top
{
list-style-image:url('none');
list-style-position:outside;
list-style-type:none;
display: block;
width: 570px;
margin: 0;
padding: 0;
height: 27px;
background: url('../img/tabs.jpg') no-repeat left 0px;

}

#menu-top li
{
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 27px;
}
#menu-top li a
{

	background:transparent none repeat scroll 0%;
display:block;
float:right;
height:27px;
width:100%;
}



#menu-top li:first-child
{
	margin-right: 0px;
}


li#i-home
{
	background: url( '../img/tabs.jpg' )  -488px 0;
	width: 82px;
}
#i-home a:hover, #i-home a.active
{
	background: url( '../img/tabs.jpg' )  -488px -27px;
}

li#i-salon
{
	background: url( '../img/tabs.jpg' )  -406px 0;
	width: 82px;
}
#i-salon a:hover, #i-salon a.active
{
	background: url( '../img/tabs.jpg' )  -406px -27px;
}

li#i-Order
{
	background: url( '../img/tabs.jpg' )  -324px 0;
	width: 82px;
}
#i-Order a:hover, #i-Order a.active
{
	background: url( '../img/tabs.jpg' )  -324px -27px;
}

li#i-News
{
	background: url( '../img/tabs.jpg' )  -242px 0;
	width: 82px;
}
#i-News a:hover, #i-News a.active
{
	background: url( '../img/tabs.jpg' )  -242px -27px;
}

li#i-About
{
	background: url( '../img/tabs.jpg' )  -160px 0;
	width: 82px;
}
#i-About a:hover, #i-About a.active
{
	background: url( '../img/tabs.jpg' )  -160px -27px;
}

li#i-Faq
{
	background: url( '../img/tabs.jpg' )  -78px 0;
	width: 82px;
}
#i-Faq a:hover, #i-Faq a.active
{
	background: url( '../img/tabs.jpg' )  -78px -27px;
}

li#i-contact
{
	background: url( '../img/tabs.jpg' )  -0px 0;
	width: 78px;
}
#i-contact a:hover, #i-contact a.active
{
	background: url( '../img/tabs.jpg' )  -0px -27px;
}

#menu-top span
{
	display: none;
}