.imageMenu {
	position:relative;
	margin: 0px;
	padding: 0px;
	width:621px;
	height:260px;
	overflow: hidden;
}

.imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 260px;
	position: relative;
}
	
.imageMenu ul li {
	width: 125px;
	float: left;
	display: block;
	overflow: hidden;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF repeat scroll 0%;
	border:none;
	margin: 0px;
	padding: 0px;	
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 260px;
}

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

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

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

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

.imageMenu ul li#gestante a {
	background: url(../images/banner-gestante.jpg) repeat scroll 0%;
	border-right-style: none;	
}

.clear {
	clear: both;
}

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


