.jimgMenu {
	position: relative;
	width: 990px;
	height: 200px;
	overflow: hidden;
	margin: 0px 0px 0px;
	background-image: url(index_arquivos/menu.png);
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 200px;
}

.jimgMenu ul li.inicio a {
	background: url(imagens/inicio.jpg) repeat scroll 0%;
}

.jimgMenu ul li.quemsomos a {
	background: url(imagens/quemsomos.jpg) repeat scroll 0%;
}

.jimgMenu ul li.email a {
	background: url(imagens/email.jpg) repeat scroll 0%;
}	
.jimgMenu ul li.cobertura a {
	background: url(imagens/autsenha.jpg) repeat scroll 0%;
}
.jimgMenu ul li.planos a {
	background: url(imagens/colaboradores.jpg) repeat scroll 0%;
}
.jimgMenu ul li.boleto a {
	background: url(imagens/boleto.jpg) repeat scroll 0%;
}
.jimgMenu ul li.downloads a {
	background: url(imagens/downloads.jpg) repeat scroll 0%;
}
.jimgMenu ul li.helpdesk a {
	background: url(imagens/helpdesk.jpg) repeat scroll 0%;
}
.jimgMenu ul li.admin a {
	background: url(imagens/admin.jpg) repeat scroll 0%;
	min-width:310px;
	
}
.clear {
	clear: both;
}

