/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 900px;
	height: 120px;
	overflow: hidden;
	top: -1px;
	bottom: 3px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 120px;
	width: 2000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 120px;
}

#imageMenu ul li.inicio a {
	background:  url(images/inicio.jpg) ;
}

#imageMenu ul li.nochedebonche a {
	background:  url(images/noche_de_bonche.jpg) repeat scroll 0%;
}

#imageMenu ul li.discosyrestaurant a {
	background:  url(images/discos_y_restaurats.jpg) repeat scroll 0%;
}

#imageMenu ul li.nochedetravel a {
	background:   url(images/noche_de_travel.jpg) repeat scroll 0%;
}

#imageMenu ul li.farandula a {
	background:   url(images/farandula.jpg) repeat scroll 0%;
}
#imageMenu ul li.publicidad a {
	background:    url(images/publicidad.jpg) repeat scroll 0%;
}
#imageMenu ul li.musica a {
	background:  url(images/musica.jpg) repeat scroll 0%;
}
#imageMenu ul li.videos a {
	
background:  url(images/chat.jpg) repeat scroll 0%;
	

}
#imageMenu ul li.fotos a {
	background:   url(images/fotos.jpg)  repeat scroll 0%;
	width: 310px;
	background-repeat: no-repeat;
}

.clear {
	clear: both;
}

/*************************************************************/
#cuadromenu {
	width: 106px;
	margin-bottom: 20px;
	margin-left: 150px;
	position: absolute;
	visibility: visible;
	left: 98px;
	top: 20px;
}

