/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	height: 313px;
	overflow: hidden;
	width: 1150px;
}



#imageMenu ul {
	list-style: none;
	display: block;
	height: 313px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 188px;
	
	}

#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:visible;
	width:160px;
	height: 313px;
}
#imageMenu ul li SPAN {
	display: none;
}
#imageMenu  ul  li.videopro  a {
	background-attachment: scroll;
	background-image: url(images/videopro.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.display  a {
	background-attachment: scroll;
	background-image: url(images/display.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.educacion  a {
	background-attachment: scroll;
	background-image: url(images/educacion.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.seguridad  a {
	background-attachment: scroll;
	background-image: url(images/seguridad.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.rental  a {
	background-attachment: scroll;
	background-image: url(images/rental.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

/*************************************************************/
