@charset "UTF-8";
/* CSS Document */

.mainNav{
	width:788px;
	margin:0 auto;
	padding-bottom:20px;
	padding-left:20px;
	background-color:#FFF;
	text-align:center;
}
	.nav {list-style: none;margin:0;padding:0;}
	.nav li{padding:0; margin:0; height:46px; list-style:none;}
	.nav a {display:block;text-indent: -90000px;outline: none; height:46px;}
	
	.nav .abo {width: 93px;background:url(../images/menu/about.jpg) no-repeat top left;}
	.nav .poo {width: 60px;background:url(../images/menu/pools.jpg) no-repeat top left;}
	.nav .spa {width: 51px;background:url(../images/menu/spas.jpg) no-repeat top left;}
	.nav .ret {width: 106px;background:url(../images/menu/retail.jpg) no-repeat top left;}
	.nav .har {width: 203px;background:url(../images/menu/hard.jpg) no-repeat top left;}
	.nav .ser {width: 73px;background:url(../images/menu/services.jpg) no-repeat top left;}
	.nav .con {width: 101px;background:url(../images/menu/contact.jpg) no-repeat top left;}
	.nav .sit {width: 84px;background:url(../images/menu/sitemap.jpg) no-repeat top left;}
	
	.nav a:hover, .nav a.selected{background-position: left bottom;}
	.nav li{float:left;};