/* 
--------------------------------------
-------- CATEGORIES MENU -------------
 */
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 161px; 
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 25px;
		margin-bottom : -1px;
		width: 161px;
		background-color : white;
		text-indent: 8px;
		border:1px;
  border-style:dashed;
  border-color:c3c3c3;			
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 161px;
		margin-top : -27px;


	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-bottom: -1px;
		
	}
	
	#nav li a {
		width: 161px;
		display : block;
		font-family: Verdana, Arial, sans-serif;
  		font-size: 11px;
  		font-weight: normal;
		color: #295792;
		text-decoration : none;
		padding : 0;
	
	}
	
	#nav li a:hover {
		width: 161px;
  		font-weight: bold;
		color : #fff;
		background-color : #2678ba;
	}
	
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	color : #fff;
		background-color : #2678ba;
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	
/* Menu items with subcategories */	
#nav li a.daddy {
	background: url(images/infobox/cat_arrow.png) center right no-repeat;
}

#nav li a.daddy:hover {
	background: url(images/infobox/cat_arrow.png) center right no-repeat;
	color : #fff;
		background-color : #2678ba;
}

/* Selected items with subcategories */	
#nav li.selected {
color:#fff;
    background-color: #2678ba;
}
/* Style per il box meteo */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 2080px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 5%;
	left: 25%;
	width: 510px;
	height: 515px;
	padding: 16px;
	border: 3px solid grey;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.white_content_gioco {
	display: none;
	position: absolute;
	top: 5%;
	left: 25%;
	width: 610px;
	height: 474px;
	padding: 16px;
	border: 3px solid grey;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.black_overlay2{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 2080px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
/*

---------------------------
---- END CATEGORIES MENU */
