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

#nav {
	width:690px;
	list-style:none;
	margin:0 auto;
}
#nav li {
	height:27px;
	margin:0;
	padding:0;
	text-decoration:none;
	float:left;
}
#nav li a {
	height:27px;
	display:block;
	color:#fff;
	margin:0;
	padding:0;
	text-decoration:none;
	float:left;
}

/*Inicio*/
#nav li a#inicio {
	background: url(../images/mnu_inicio.jpg) no-repeat top;
	width:86px;
	height:27px;
}
#nav li a#inicio:hover {
	background:url(../images/mnu_inicio.jpg) no-repeat bottom;
	width:86px;
}
#nav li a#inicioSelected, #nav li a#inicioSelected:link, #nav li a#inicioSelected:visited, #nav li a#inicioSelected:hover {
	background:url(../images/mnu_inicio.jpg) no-repeat bottom;
	width:86px;
	height:27px;
}

/*Quienes Somos*/
#nav li a#quienes {
	background: url(../images/mnu_quienes.jpg) no-repeat top;
	width:148px;
	height:27px;
	}
#nav li a#quienes:hover {
	background: url(../images/mnu_quienes.jpg) no-repeat bottom;
	width:148px;
}
#nav li a#quienesSelected, #nav li a#quienesSelected:link, #nav li a#quienesSelected:visited, #nav li a#quienesSelected:hover {
	background: url(../images/mnu_quienes.jpg) no-repeat bottom;
	width:148px;
	height:27px;
}

/*Servicios*/
#nav li a#servicios {
	background:url(../images/mnu_servicios.jpg) no-repeat top;
	width:120px;
	height:27px;
}
#nav li a#servicios:hover {
	background:url(../images/mnu_servicios.jpg) no-repeat bottom;
	width:120px;
}
#nav li a#serviciosSelected, #nav li a#serviciosSelected:link, #nav li a#serviciosSelected:visited, #nav li a#serviciosSelected:hover {
	background:url(../images/mnu_servicios.jpg) no-repeat bottom;
	width:120px;
	height:27px;
}

/*Equipos*/
#nav li a#equipos {
	background:url(../images/mnu_equipos.jpg) no-repeat top;
	width:105px;
	height:27px;
}
#nav li a#equipos:hover {
	background:url(../images/mnu_equipos.jpg) no-repeat bottom;
	width:105px;
}
#nav li a#equiposSelected, #nav li a#equiposSelected:link, #nav li a#equiposSelected:visited, #nav li a#equiposSelected:hover {
	background:url(../images/mnu_equipos.jpg) no-repeat bottom;
	width:105px;
	height:27px;
}

/*Clientes*/
#nav li a#clientes {
	background:url(../images/mnu_clientes.jpg) no-repeat top;
	width:111px;
	height:27px;
}
#nav li a#clientes:hover {
	background:url(../images/mnu_clientes.jpg) no-repeat bottom;
	width:111px;
}
#nav li a#clientesSelected, #nav li a#clientesSelected:link, #nav li a#clientesSelected:visited, #nav li a#clientesSelected:hover {
	background:url(../images/mnu_clientes.jpg) no-repeat bottom;
	width:111px;
	height:27px;
}

/*Contacto*/
#nav li a#contacto {
	background:url(../images/mnu_contacto.png) no-repeat top;
	width:120px;
	height:27px;
}
#nav li a#contacto:hover {
	background:url(../images/mnu_contacto.png) no-repeat bottom;
	width:120px;
}
#nav li a#contactoSelected, #nav li a#contactoSelected:link, #nav li a#contactoSelected:visited, #nav li a#contactoSelected:hover {
	background:url(../images/mnu_contacto.png) no-repeat bottom;
	width:120px;
	height:27px;
}

