#nav, #nav ul{
	margin:0;
	padding:0;
	padding-top:2px;
	height:28px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	z-index:10; 
}
#nav li {
	/*font: 18px Arial;*/
	font-family: 'Baumans', arial, serif; 
	/*background-color: #F7C5B4;*/
	font-size: 20px;
	background-color: #FBBA00; 
	padding-right: 5px;
}
#nav ul li {
	font: 14px Arial;
	padding-left: 5px;
	line-height: 2em;
	/* border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;*/
	background-color: #605B50; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#nav ul li {
	font: 14px Arial;
	padding-left: 5px;
	line-height: 2em;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	background-color: #FFFFFF; 
}
#nav a{
	display: block;
	padding: 0px 5px;
	color: #000000;
	text-decoration: none;
}
#nav a:hover{
	background-color: #BB825B;
	/* background-color: #E44365; */
	color: #FFFFFF;
}
#nav li{
	float: left;
	position: relative;
}
#nav ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 1.5em;
}
#nav li ul a{
	width: 12em;
	height: auto;
	float: left;
}
#nav ul ul{
	top: auto;
}	
#nav li ul ul {
	left: 12em;
	margin: -2px 0 0 12px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}
#lista-top {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	height:7px;
}
#lista-top a:hover {
	background-color:transparent; !important;
}
