#nav, #nav ul {
	width:auto; 
	list-style: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 0 20px;
	}
#nav li {float: left;}
#nav a {
display:block;
	width: 110px;
	height: 2em;
	line-height: 2;
	text-align: center;
	text-decoration: none;
	color:  #2b609b;
	background:url(imagens/fundo_menu.png);
	margin-right:10px;
	border-right: 3px solid #fff;
	} 
#nav a:hover {
	text-decoration: none;
	/*background: #FF9900;*/
	color: #00CC00;
	}
#nav a.bullet {background:#69c url(bullet.gif) no-repeat right;}
#nav a.bullet:hover {background:#2D1207; color:#fff;}
#nav li ul {
	position: absolute;
	left: -1000em;
	width: 10em;
	margin: 0;
	}
	
#nav li ul li {background:#2D1207;}


#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;
	}
