#nav, #nav ul {
	width:95%; 
	list-style: none;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	}
#nav li {float: left;}
#nav a {
	display: block;
	width: 110px;
	height:1.5em;
	line-height: 2;
	text-align: center;
	text-decoration: none;
	color: #0033cc;
	} 
#nav a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #009900;
	}
	
#nav li a, #nav li ul li a {
background:url(imagens/fundo_bot.jpg) top repeat-x;
border-right: #99CC33 1px solid;
border-left: #99CC33 1px solid;
padding-bottom:2px;
}

#nav a.bullet {background:#69c url(bullet.gif) no-repeat right;}
#nav a.bullet:hover {background: #c7daec url(bullet-over.gif) no-repeat right;	}
#nav li ul {
	position: absolute;
	left: -1000em;
	width: 10em;
	margin: 0;
	}
	
#nav li ul li a {background: url(imagens/fundo_tarja.jpg) top repeat-x;border: #e8e7a8 1px solid;}


#nav ul ul {margin: -2.1em 0 0 10.1em;}
#nav li:hover ul ul, #nav li.over ul ul {left: -1000em;	}
#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul {
	left: auto;
}
ul#nav li.over ul li ul,
ul#nav li:hover ul li ul {
	display: none;
	}
ul#nav li.over ul li.over ul,
ul#nav li:hover ul li:hover ul {
	display: block;
	}

