@charset "utf-8";
/* CSS Document */
@import url('css/reset.css');

#nav
{
	float: none;
	padding: 0px;
	width: 1000px;
	height:65px;
	clear: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#navigation li
{

float:left;
display:block;
}

#navigation li a
{
background-image:url(http://www.laboutiquedelgolf.cl/imagenes/sprite5.png);
display: block;
	outline: none;
	position: left;
	height: 50%;
	width: 100%;
}

	
	#navigation .inicio 
	{
	background-position: 0px 0px;
	width:107px;
	height:50px;
	}
	
	#navigation .servicio 
	{
	background-position: -107px 0px ;
	width:231px;
	height:50px;
	}
	
	#navigation .productos 
	{
	background-position: -338px 0px ;
	width:165px;
	height:50px;
	}
	
	#navigation .usados 
	{
	background-position: -503px 0px ;
	width:140px;
	height:50px;
	}
	
	#navigation .contacto 
	{
	background-position: -643px 0px ;
	width:157px;
	height:50px;
	}
	
	#navigation .carrito 
	{
	background-position: -800px 0px ;
	width:100px;
	height:50px;
	}
	
	#navigation a .hover {
	background: transparent  url(..//imagenes/sprite5.png) no-repeat;
	display:block ;
	opacity: 0;
	position: relative;
	top: center;
	left: 0px;
	height: 100%;
	width: 100%;
	
	}
	
	#navigation .inicio .hover {
	background-position: 0px -50px;
	
	}
	#navigation .servicio .hover {
	background-position: -107px -50px;
	}
	#navigation .productos .hover {
	background-position: -338px -50px;
	}
	#navigation .usados .hover {
	background-position: -503px -50px;
	}
	#navigation .contacto .hover {
	background-position: -643px -50px;
	}
	#navigation .carrito .hover {
	background-position: -800px -50px;
	}
