/* CSS Document */
.nav	{
	position:absolute;
	bottom:5px;
	left:0;
	height:31px;
	width:880px;
	padding:0;
	margin:0;
}
	.nav ul	{
		margin:0;
		padding:0;
		overflow:hidden;
	}
		.nav li	{
			display:inline;
			list-style:none;
			padding:0;
			margin:0;
			overflow:hidden;
		}
		.nav li a	{
			height:31px;
			float: left;
			display: block;
			color:#05abc6;
			text-decoration:none;
			margin-right:5px;
			padding:0;
		}
		.nav li a:hover	{
			filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
		}

.nav li a.button_home {
  width: 77px;
  background: url(images/button_home.gif) 0 0 no-repeat;
}
	.nav li a:hover.button_home {
	  background-position: -77px 0;
	}
		.active_home	{
			width: 77px;
			background: url(images/button_home.gif) 0 0 no-repeat;
			background-position: -77px 0;
		}
		.nav li a:hover.active_home	{
			filter:none;
		}

.nav li a.button_about{
  width: 85px;
  background: url(images/button_about.gif) 0 0 no-repeat;
}
	.nav li a:hover.button_about {
	  background-position: -85px 0;
	}
			.active_about	{
				width: 85px;
				background: url(images/button_about.gif) 0 0 no-repeat;
				background-position: -85px 0;
			}
			.nav li a:hover.active_about	{
				filter:none;
			}

.nav li a.button_services{
  width: 83px;
  background: url(images/button_services.gif) 0 0 no-repeat;
}
	.nav li a:hover.button_services {
	  background-position: -83px 0;
	}
			.active_services	{
				width: 83px;
				background: url(images/button_services.gif) 0 0 no-repeat;
				background-position: -83px 0;
			}
			.nav li a:hover.active_services	{
				filter:none;
			}

.nav li a.button_store{
  width: 94px;
  background: url(images/button_store.gif) 0 0 no-repeat;
}
	.nav li a:hover.button_store {
	  background-position: -94px 0;
	}
		.active_store	{
			width: 94px;
			background: url(images/button_store.gif) 0 0 no-repeat;
			background-position: -94px 0;
		}
		.nav li a:hover.active_store	{
			filter:none;
		}
		
.nav li a.button_gallery{
  width: 112px;
  background: url(images/button_gallery.gif) 0 0 no-repeat;
}
	.nav li a:hover.button_gallery {
	  background-position: -112px 0;
	}
		.active_gallery	{
			width: 112px;
			background: url(images/button_gallery.gif) 0 0 no-repeat;
			background-position: -112px 0;
		}
		.nav li a:hover.active_gallery	{
			filter:none;
		}

.nav li a.button_contact	{
  width: 76px;
  background: url(images/button_contact.gif) 0 0 no-repeat;
}
	.nav li a:hover.button_contact {
	  background-position: -76px 0;
	}
		.active_contact	{
			width: 76px;
			background: url(images/button_contact.gif) 0 0 no-repeat;
			background-position: -76px 0;
		}
		.nav li a:hover.active_contact	{
			filter:none;
		}


