#imageMenu {
	position: relative;
	width: 750px;
	height: 250px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 1500px;
	
	}

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.cpware a {
	background: url(imagenes/cpware.png) repeat scroll 0%;
}

#imageMenu ul li.contanetica a {
	background: url(imagenes/contanetica.png) repeat scroll 0%;
}

#imageMenu ul li.mercadeo a {
	background: url(imagenes/mercadeo.png) repeat scroll 0%;
}

#imageMenu ul li.neolibros a {
	background: url(imagenes/neolibros.png) repeat scroll 0%;
}

#imageMenu ul li.neodic a {
	background: url(imagenes/neodiccionario.png) repeat scroll 0%;
	width: 550px;
}

.clear {
	clear: both;
}

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


