@charset "UTF-8";
/* MENU PRINCIPALE */
#nav{
margin:0;
padding:0;
list-style:none;
height:2em;
}

#nav ul{
margin:0;
padding:0;
display: none;
position: absolute; 
top:2.0em;
left:-1px;
list-style: none;
}

#nav li{
float:left;
position:relative;
width: auto;
}

/*
#nav li ul { 
	top: auto;
	left: auto;
}
*/

#nav li:hover ul { /* lists nested under hovered list items */
	display: block;
	float: left;
	clear: left;
	width: 150px;
	line-height: 15px;
}

#nav li.over ul { /* lists nested under hovered list items */
	display: block;
	float: left;
	clear: left;
	width: 150px;
	line-height: 15px;
}


#nav a{
float:left;
color: black;
	text-decoration: none;
	text-transform:uppercase;
	font-size:14px;
height:2em;
line-height:2em;
padding:0 10px;
text-decoration:none;
}

#nav	#chiedi_roll	#chiedi__community_roll a:hover,
#nav	#chiedi_roll	#chiedi__esperto_roll a:hover,
#nav	a:hover {
	color: #FF6600;
	}

#nav ul a{
width: 13em;
height:1.9em;
line-height:1.8em;
background-color: #000000;
text-transform: none;
color: white;
}

/* COLORI */
#nav{
color:#000;
}
#nav a{
color:#000;
}

#nav	#chiedi_roll a:hover {
	color: #000000;

}
