.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 75px;
	margin-right: 0px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 75px;
	background-repeat: no-repeat;
}

#opcion1 {background-image: url(../imagenes/btn-menu-catalogo-over.png); width: 82px;}
#opcion1 a {background-image: url(../imagenes/btn-menu-catalogo.png);}
#opcion1 a#current {background-image: url(../imagenes/btn-menu-catalogo-over.png); width: 82px;}

#opcion2 {background-image: url(../imagenes/btn-menu-broadcast-over.png); width: 97px;}
#opcion2 a {background-image: url(../imagenes/btn-menu-broadcast.png);}
#opcion2 a#current{background-image: url(../imagenes/btn-menu-broadcast-over.png); width: 97px;}

#opcion3 {background-image: url(../imagenes/btn-menu-trends-over.png); width: 64px;}
#opcion3 a {background-image: url(../imagenes/btn-menu-trends.png);}
#opcion3 a#current{background-image: url(../imagenes/btn-menu-trends-over.png); width: 64px;}

#separador{background-image: url(../imagenes/img-cabecera-separadormenu.png); width:5px;}
#opcion1 a:hover, #opcion2 a:hover, #opcion3 a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}