/* this is the main UL element*/
.dropdown{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width:120px;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration: underline;
	color:#FFB119;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	padding-left:20px;
	width:105px;
}

.submenu li a {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(img/marcador.gif) no-repeat center left;
	*background: url(img/marcador.gif) no-repeat 10% left;
	padding-left: 10px;	
}

.rodape_submenu {
	position: relative;
	top: 7px;	
	_top: 13px;
	*left: -15px;
	_left: -15px;
	background: url(img/bg_submenu_baixo.gif) no-repeat bottom center;
	width: 170px;
	height: 7px;
}

.submenu li a:hover {
	text-decoration: none;
}

.submenu_projeto {
	left: 16px !important;
}

.submenu_municipios {
	left: -30px !important;
	_left: 10px !important;
}

.submenu_oficinas {
	left: -35px !important;
	_left: 10px !important;
}
