/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 200;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.3em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	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;
}

/* Decorazioni per il nostro menù*/

#nav li a { /* la prima riga/colonna di links */
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -12000em;
}

#nav li li a { /* i links pop-up */
	height: 2em;
	width: auto;
	padding-left: 5px;
	line-height: 2em;
	background-image: none !important;
	color : #003366;
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
	text-indent: 0;
}

#nav li li a:hover { /* i links pop-up */
	text-decoration: underline;
}

/***/

#nav #spazioLibri {
	height: 24px;
	width: 87px;
	}
	
#nav #spazioLibri ul {
		background-color: #cbf0ff;
		border: 2px solid #0099CC;
		border-top-width: 1px;
		}
#nav #spazioLibri ul ul {
		border-left-width: 1px;
		border-top-width: 1px;
		}
#nav #spazioLibri ul li.sub {	
	background: url(/img/masthead/freccia_blu.gif) no-repeat 95% 50%;
	}
	
#nav #spazioLibri ul li.alt {
		background-color: #9be2ff;
		}

#nav #spazioLibri a {
	background: #0099CC url(/img/masthead/spazio_libri.gif) no-repeat 0 0;
	}
	
#nav  #spazioLibri ul li a {
	background-color: transparent;
	}

#nav li#spazioLibri li a { 
	color : #003366;
}

/***/

#nav #promolettura {
	height: 24px;
	width: 106px;
	}
	
#nav #promolettura ul {
		background-color: #FFCCCC;
		border: 2px solid #CC0033;
		border-top-width: 1px;
		}

#nav #promolettura ul ul {
		border-left-width: 1px;
		border-top-width: 1px;
		}

#nav #promolettura ul li.sub {	
	background: url(/img/masthead/freccia_rosso.gif) no-repeat 95% 50%;
	}
	
#nav #promolettura ul li.alt {
		background-color: #FF9966;
		}	

#nav #promolettura a {
	background: #CC0033 url(/img/masthead/promolettura.gif) no-repeat 0 0;
	}
	
#nav #promolettura ul li a {
	background-color: transparent;
	}
	
#nav li#promolettura li a { 
	color : #990033;
}

/***/
	
#nav #appuntamenti {
	height: 24px;
	width: 105px;
	}

#nav #appuntamenti ul {
		background-color: #FFFFCC;
		border: 2px solid #FF9900;
		border-top-width: 1px;
		}

#nav #appuntamenti ul ul {
		border-left-width: 1px;
		border-top-width: 1px;
		}

#nav #appuntamenti ul li.sub {	
	background: url(/img/masthead/freccia_rosso.gif) no-repeat 95% 50%;
	}
	
#nav #appuntamenti ul li.alt {
		background-color: #FFCC66;
		}	


#nav #appuntamenti a {
	background: #FF9900 url(/img/masthead/appuntamenti.gif) no-repeat 0 0;
	}
	
#nav #appuntamenti ul li a {
	background-color: transparent;
	}

#nav li#appuntamenti li a { 
	color : #CC6600;
}
	
/***/
	
#nav #offerte {
	height: 24px;
	width: 70px;
	}

#nav #offerte ul {
		background-color: #CCFFCC;
		border: 2px solid #009900;
		border-top-width: 1px;
		}

#nav #offerte ul ul {
		border-left-width: 1px;
		border-top-width: 1px;
		}

#nav #offerte ul li.sub {	
	background: url(/img/masthead/freccia_blu.gif) no-repeat 95% 50%;
	}
	
#nav #offerte ul li.alt {
		background-color: #99FF99;
		}	

#nav #offerte a {
	background: #009900 url(/img/masthead/offerte.gif) no-repeat 0 0;
	}
	
#nav #offerte ul li a {
	background-color: transparent;
	}

#nav li#offerte li a { 
	color : #006600;
}
	
/***/

#nav #rubriche {
	height: 24px;
	width: 83px;
	}

#nav #rubriche ul {
		background-color: #FFCCFF;
		border: 2px solid #660066;
		border-top-width: 1px;
		}

#nav #rubriche ul ul {
		border-left-width: 1px;
		border-top-width: 1px;
		}

#nav #rubriche ul li.sub  {	
	background: url(/img/masthead/freccia_blu.gif) no-repeat 95% 50%;
	}
	
#nav #rubriche ul li.alt {
		background-color: #DEB9D8;
		}	

#nav #rubriche a {
	background: #660066 url(/img/masthead/rubriche.gif) no-repeat 0 0;
	}

#nav #rubriche ul li a {
	background-color: transparent;
	}

#nav li#rubriche li a { 
	color : #660066;
}
