#imageMenu
{
	position: relative;
	height: 324px;
	margin: 0;
	padding: 0;
	width: 1020px;
	background-color: #E5F1F6;
	overflow: hidden;
}
#imageMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	height: 324px;
	width: 1020px;
}

/*#imageMenu ul  li:first-child
{
	float: left;
	margin-left:0px!important;
}*/
#imageMenu ul li
{
	float: left; /*margin-left:2px;*/
	padding: 0;
	margin: 0;
	
}
#imageMenu ul li.Sep
{
	width: 6px;
	overflow: hidden;
	height: 311px;
	background-color: Fuchsia;
}
#imageMenu ul li a
{
	background: url(../Images/background-destaques.gif) no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 336px;
	height: 324px;
	padding: 0;
	margin: 0;
	text-decoration:none; 
}
#imageMenu ul li:last-child a
{
	background: url(../Images/background-destaquesLast.gif) no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 336px;
	height: 324px;
	padding: 0;
	margin: 0;
}

#imageMenu ul li a h2
{
	padding:0.42px 0 0.42px 13.75px;
	border: 0;
	margin: 0;
	text-align: left;
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
}
