@charset "UTF-8";

/* navigation settings only*/
.navigation {
	background-color: #FFFFFF;
	width: 900px;
	text-align: left;
	height: 18px;
	overflow: hidden;
}

.nav {
	width: 900;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 18px;
	display: inline;
	overflow: hidden;
	position: absolute;
	z-index: 9;
}
.nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
.nav a {
	float: left;
	margin-right: 0px;
	padding: 18px 0 0;
	overflow: hidden;
	height: 18px !important; 
	height /**/:18px; /* for IE5/Win */
}
.nav a:hover {
	background-position: 0px 0px;
}

	
#n2 a  {
	width: 129px;
	background: transparent url(images/home_butt.jpg) no-repeat;
}
#n2 a:hover {
	background-image: url(images/home_butt_ov.jpg);
	background-repeat: no-repeat;
}

#n3 a  {
	width: 129px;
	background: transparent url(images/about_us_butt.jpg) no-repeat;
}
#n3 a:hover {

	background-image: url(images/about_us_butt_ov.jpg);
}

#n4 a  {
	width: 129px;
	background-color: transparent;
	background-image: url(images/service_butt.jpg);
	background-repeat: no-repeat;
}
#n4 a:hover {
	background-image: url(images/service_butt_ov.jpg);
}

#n5 a  {
	width: 129px;
	background-color: transparent;
	background-image: url(images/detailing_butt.jpg);
	background-repeat: no-repeat;
}
#n5 a:hover {
	background-image: url(images/detailing_butt_ov.jpg);
}	
#n6 a  {
	width: 129px;
	background: transparent url(images/tariffs_butt.jpg) no-repeat;
}
#n6 a:hover {
	background-image: url(images/tariffs_butt_ov.jpg);
}	
#n7 a  {
	width: 126px;
	background: transparent url(images/contact_butt.jpg) no-repeat;
}
#n7 a:hover {
	background-image: url(images/contact_butt_ov.jpg);
}
#n8 a  {
	width: 129px;
	background: transparent url(images/links_butt.jpg) no-repeat;
}
#n8 a:hover {
	background-image: url(images/links_butt_ov.jpg);
}
