
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 750px;
	height: 100px;
	overflow: hidden;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -750px;
	background:#000000 none repeat scroll 0%;
	border-right: 2px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:150px;
	height:100px;
}

#imageMenu ul li.marketing a {
	background: url(marketing.jpg) repeat scroll 0%;
}

#imageMenu ul li.estrategia a {
	background: url(estrategia.jpg) repeat scroll 0%;
}

#imageMenu ul li.branding a {
	background: url(branding.jpg) repeat scroll 0%;
}

#imageMenu ul li.posicionamiento a {
	background: url(posicionamiento.jpg) repeat scroll 0%;
}

#imageMenu ul li.medios a {
	background: url(medios.jpg) repeat scroll 0%;
	width: 220px;
}

.clear {
	clear: both;
}

/*************************************************************/


