ul#topnav {
	margin: 0 0 0 2px;
	padding: 2px 0 0 2px;
	float: left;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	width: 960px;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#topnav li a {
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0;
	top:60px;
	display: none; /*--Hide by default--*/
	width: 950px;
	background: url(../images/btn-subnav.png) no-repeat;
	color: #fff;
	/*--Bottom right rounded corner--*/

	/*--Bottom left rounded corner--*/
	z-index: 15;
	height: 50px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a {
	display: inline;
	padding: 10px 0 0 20px;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {
	text-decoration: underline;
	background: none;
}
#inicio {
	background: url(../images/btn-inicio.png) no-repeat 0 0 ;
	height: 60px;
	width: 159px;
}
#inicio a:hover {
	background: url(../images/btn-inicio.png) no-repeat 0 -60px ;
	height: 60px;
	width: 159px;
}
#inicio a:active {
	background: url(../images/btn-inicio.png) no-repeat 0 -120px ;
	height: 60px;
	width: 159px;
}
#CCO {
	background: url(../images/btn-cco.png) no-repeat 0 0;
	height: 60px;
	width: 155px;
}
#CCO a:hover {
	background: url(../images/btn-cco.png) no-repeat 0 -60px ;
	height: 60px;
	width: 155px;
}
#CCO a:active {
	background: url(../images/btn-cco.png) no-repeat 0 -120px ;
	height: 60px;
	width: 155px;
}
#servicios {
	background: url(../images/btn-servicios.png) no-repeat 0 0;
	height: 60px;
	width: 157px;
}
#servicios a:hover {
	background: url(../images/btn-servicios.png) no-repeat 0 -60px ;
	height: 60px;
	width: 157px;
}
#servicios a:active {
	background: url(../images/btn-servicios.png) no-repeat 0 -120px ;
	height: 60px;
	width: 157px;
}
#equipos {
	background: url(../images/btn-equipos.png) no-repeat 0 0 ;
	height: 60px;
	width: 156px;
}
#equipos a:hover {
	background: url(../images/btn-equipos.png) no-repeat 0 -60px ;
	height: 60px;
	width: 156px;
}
#beneficios {
	background: url(../images/btn-beneficios.png) no-repeat 0 0;
	height: 60px;
	width: 157px;
}
#beneficios a:hover {
	background: url(../images/btn-beneficios.png) no-repeat 0 -60px ;
	height: 60px;
	width: 157px;
}
#beneficios a:active {
	background: url(../images/btn-beneficios.png) no-repeat 0 -120px ;
	height: 60px;
	width: 157px;
}
#contacto {
	background: url(../images/btn-contacto.png) no-repeat 0 0;
	height: 60px;
	width: 162px;
}
#contacto a:hover {
	background: url(../images/btn-contacto.png) no-repeat 0 -60px ;
	height: 60px;
	width: 162px;
}
#contacto a:active {
	background: url(../images/btn-contacto.png) no-repeat 0 -120px ;
	height: 60px;
	width: 162px;
}

