/* Todo el codigo es Copyright 2008 de Pentacorp.net */
/*All code is Copyright 2008 of Pentacorp.net */
/*MENU PRINCIPAL*/

#nav {
	width:543px;
	list-style:none;
	margin:0 auto;
	float:right;
}
#nav li {
	float:left;
	height:35px;
	margin:0px;
	padding:0px;
	text-align:center;
	text-decoration:none;
}
#nav li a {
	display:block;
	height:35px;
	color:#fff;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

/*Inicio*/
#nav li a#home {
	background: url(../images/mnu/btn_home.gif) no-repeat top;
	width:41px;
	height:35px;
}
#nav li a#home:hover {
	background:url(../images/mnu/btn_home.gif) no-repeat bottom;
	width:41px;
}
#nav li a#homeSelected, #nav li a#homeSelected:link, #nav li a#homeSelected:visited, #nav li a#homeSelected:hover {
	background:url(../images/mnu/btn_home.gif) no-repeat bottom;
	width:41px;
	height:35px;
}

/*Quienes Somos*/
#nav li a#quienes {
	background: url(../images/mnu/btn_quienes.gif) no-repeat top;
	width:163px;
	height:35px;
}
#nav li a#quienes:hover {
	background: url(../images/mnu/btn_quienes.gif) no-repeat bottom;
	width:163px;
}
#nav li a#quienesSelected, #nav li a#quienesSelected:link, #nav li a#quienesSelected:visited, #nav li a#quienesSelected:hover {
	background: url(../images/mnu/btn_quienes.gif) no-repeat bottom;
	width:163px;
	height:35px;
}

/*Ofertas*/
#nav li a#ofertas {
	background:url(../images/mnu/btn_ofertas.gif) no-repeat top;
	width:103px;
	height:35px;
}
#nav li a#ofertas:hover {
	background:url(../images/mnu/btn_ofertas.gif) no-repeat bottom;
	width:103px;
}
#nav li a#ofertasSelected, #nav li a#ofertasSelected:link, #nav li a#ofertasSelected:visited, #nav li a#ofertasSelected:hover {
	background:url(../images/mnu/btn_ofertas.gif) no-repeat bottom;
	width:103px;
	height:35px;
}

/*Mis Pedidos*/
#nav li a#mispedidos {
	background:url(../images/mnu/btn_misPedidos.gif) no-repeat top;
	width:153px;
	height:35px;
}
#nav li a#mispedidos:hover {
	background:url(../images/mnu/btn_misPedidos.gif) no-repeat bottom;
	width:153px;
}
#nav li a#mispedidosSelected, #nav li a#mispedidosSelected:link, #nav li a#mispedidosSelected:visited, #nav li a#mispedidosSelected:hover {
	background:url(../images/mnu/btn_misPedidos.gif) no-repeat bottom;
	width:153px;
	height:35px;
}

/*Carrito*/
#nav li a#carrito {
	background:url(../images/mnu/btn_carrito.gif) no-repeat top;
	width:41px;
	height:35px;
}
#nav li a#carrito:hover {
	background:url(../images/mnu/btn_carrito.gif) no-repeat bottom;
	width:41px;
}
#nav li a#carritoSelected, #nav li a#carritoSelected:link, #nav li a#carritoSelected:visited, #nav li a#carritoSelected:hover {
	background:url(../images/mnu/btn_carrito.gif) no-repeat bottom;
	width:41px;
	height:35px;
}

/*Contactenos*/
#nav li a#contacto {
	background:url(../images/mnu/btn_contacto.gif) no-repeat top;
	width:41px;
	height:35px;
}
#nav li a#contacto:hover {
	background:url(../images/mnu/btn_contacto.gif) no-repeat bottom;
	width:41px;
}
#nav li a#contactoSelected, #nav li a#contactoSelected:link, #nav li a#contactoSelected:visited, #nav li a#contactoSelected:hover {
	background:url(../images/mnu/btn_contacto.gif) no-repeat bottom;
	width:41px;
	height:35px;
}
