/* ---------------------- MENU ------------------------ */

#nav {
	position:relative;
	float:left;
	left:0px;
	top:8px;
	width:600px;
	height:40px;
}

#menu {
	position:relative;
	width: 99%;
	float:left;
	left:22px;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 0 0 0;
}

#menu li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
}
	
#menu a:link, #menu a:visited {
	float: left;
	margin: 0 11px 0 11px;
	text-decoration: none;
	color: #000;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 25px;
	font-weight: bold;
	letter-spacing:1px;
}

#menu a.active:link, #menu a.active:visited, #menu a:hover {
/*	border-bottom: 2px solid #333;*/
	background:url(../imagens/menushape.jpg) no-repeat bottom center;
	padding-bottom: 2px;
	color: #82a10d;
}
	