/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 555px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin: 0px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:default;
	display:block;
	overflow:hidden;
	width:100px;
	height: 250px;
}

#imageMenu ul li.um a {
	background: url(../images/um.jpg) repeat scroll 0%;
}

#imageMenu ul li.dois a {
	background: url(../images/dois.jpg) repeat scroll 0%;
}

#imageMenu ul li.tres a {
	background: url(../images/tres.jpg) repeat scroll 0%;
}

#imageMenu ul li.quatro a {
	background: url(../images/quatro.jpg) repeat scroll 0%;
}

#imageMenu ul li.cinco a {
	background: url(../images/cinco.jpg) repeat scroll 0%;
	width: 310px;
}

#imageMenu ul li.seis a {
	background: url(../images/seis.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

#estratHide{
	float: right;
	width: 100px;
}


.buttomEntrar {
width:90px;
height:20px;
margin-right:20px;
background:url(../images/entrar.login.gif) no-repeat;
float:right;
border:0px;
}
.msg {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
color:#FF0000;
font-weight:bold;
height:18px;

}
.texto {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#666666;
	text-align:right;
	}

/*************************************************************/
