#nav {
	width:796px;
	height:99px;
	float:left;
	list-style:none;
	margin: 0;
	padding: 0;
	}

#nav li {
	float: left;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;

}


.nemp {
	width: 116px;
	background-image:url(../images/menu_04.gif);
	height:99px;	
}

.serv {
	width: 87px;
	background-image:url(../images/menu_05.gif);
	height:99px;
}

.prop {
	width: 87px;
	background-image:url(../images/menu_06.gif);
	height:99px;
}

.parc {
	width: 87px;
	background-image:url(../images/menu_07.gif);
	height:99px;
}

.dica {
	width: 87px;
	background-image:url(../images/menu_08.gif);
	height:99px;
}

.cont {
	width: 90px;
	background-image:url(../images/menu_09.gif);
	height:99px;
}

.logotipo {
	width: 241px;
	background-image:url(../images/menu_03.gif);
	height:44px;
	display:block;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fcfff5;
	cursor:default;
}


#nav li:hover, #nav li.over {
	background-position: 0 100%;
	z-index: 1;
}

#nav li {
	position: relative;
	float:left;
	}

#nav a {
	text-indent:-9999px;
	display: block;
	width: 100%;
	height: 100%;
}