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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 696px;
	height: 200px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.comic a {
	background: url(../images/comic.jpg) repeat scroll 0%;
}
#imageMenu ul li.people a {
	background: url(../images/fantasy.jpg) repeat scroll 0%;
}
#imageMenu ul li.nature a {
	background: url(../images/shop.jpg) repeat scroll 0%;
}
#imageMenu ul li.manga a {
	background: url(../images/manga.jpg) repeat scroll 0%;
}
#imageMenu ul li.novedades a {
	background: url(../images/novedades.jpg) repeat scroll 0%;
}
#imageMenu ul li.ofertas a {
	background: url(../images/ofertas.jpg) repeat scroll 0%;
}
#imageMenu ul li.recomendado a {
	background: url(../images/recomendado.jpg) repeat scroll 0%;		
}

.clear {
	clear: both;
}

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

