
#menuPrincipal {
	position: relative;
	top: -137px;
	width: 470px;
	height: 48px;
	left: 140px;
/*	overflow: hidden;*/
/*	text-transform: uppercase;
	background-color: white;*/
}

#menuPrincipal ul {
	list-style: none;
	width: 470px;
	margin: 0;
	padding: 0;
}
#menuPrincipal ul li {
	position: absolute;
	display: block;
	top: 0;
	height: 48px;
	background-position: left top;
	background-repeat: no-repeat;
}
#menuPrincipal ul li a {
	text-decoration:none;
	padding:48px 0 0 0 ;
	display: block;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family:inherit;
}
#menuPrincipal ul li a span{
	visibility:hidden;
}

/* mouse out */
#menuPrincipal ul li#tienda{
	left:0;
	width:117px;
}
#menuPrincipal ul li#ropa{
	left:122px;
	width: 69px;
}
#menuPrincipal ul li#complementos{
	left:196px;
	width:153px;
}
#menuPrincipal ul li#contacto{
	left:354px;
	width:100px;
}

#menuPrincipal ul li#tienda a{
	background:url("../img/menu_tienda.gif");
	left:0;
	width:117px;
	background-repeat: no-repeat;
}
#menuPrincipal ul li#ropa a{
	background:url("../img/menu_ropa.gif");
	left:122px;
	width: 69px;
	background-repeat: no-repeat;
}
#menuPrincipal ul li#complementos a{
	background:url("../img/menu_complementos.gif");
	left:196px;
	width: 153px;
	background-repeat: no-repeat;	
}
#menuPrincipal ul li#contacto a{
	background:url("../img/menu_contacto.gif");
	left:354px;
	width: 100px;
	background-repeat: no-repeat;	
}
/* mouse over*/
#menuPrincipal ul li#tienda a:hover{
	background:transparent url("../img/menu_over_tienda.gif") 0 -48px;
	left:0;
}
#menuPrincipal ul li#ropa a:hover{
	background: transparent url("../img/menu_over_ropa.gif") 0 -48px;
	left:0;
}
#menuPrincipal ul li#complementos a:hover{
	background: transparent url("../img/menu_over_complementos.gif") 0 -48px;
	left:0;
}
#menuPrincipal ul li#contacto a:hover{
	background: transparent url("../img/menu_over_contacto.gif") 0 -48px;
	left:0;
}

#menuPrincipal ul li#tienda a.seleccion{
	background:url("../img/menu_over_tienda.gif");
	left:0;
}
#menuPrincipal ul li#ropa a.seleccion{
	background:url("../img/menu_over_ropa.gif");
	left:122px;
}
#menuPrincipal ul li#complementos a.seleccion{
	background:url("../img/menu_over_complementos.gif");
	left:196px;
}
#menuPrincipal ul li#contacto a.seleccion{
	background:url("../img/menu_over_contacto.gif");
	left:354px;
}




