#menu, #menu-bianco
{
	display:none;
	text-transform:uppercase;
	margin-top:2.5em;
	line-height:1.5em;
	font-size:11px;
	z-index:10;
	letter-spacing:0;
	font-weight:600;
}

#menu li, #menu-bianco li
{
	padding: 0 0 0 10px;
}
#menu li:hover, #menu li.current
{
	background: url(/layout/freccina.png) no-repeat 0 0.33em;
}
#menu-bianco li:hover, #menu-bianco li.current
{
	background: url(/layout/freccina-bianca.png) no-repeat 0 0.33em;
}
#menu li:hover a, #menu a:hover, #menu a.current
{
	color: #2e2926;
}
#menu-bianco li:hover a, #menu-bianco a:hover, #menu-bianco a.current
{
	color: #ddd;
}
#menu ul, #menu-bianco ul
{
	display:none;
}
#menu li.current ul, #menu-bianco li.current ul
{
	display:block;
}
li#salone-parrucchieri:hover, li#salone-parrucchieri.current
{
	background: url(/layout/freccina-viola.png) no-repeat 0 0.33em;
	padding: 0 0 0 10px;
}
li#centro-estetico:hover, li#centro-estetico.current
{
	background: url(/layout/freccina-marrone.png) no-repeat 0 0.33em;
	padding: 0 0 0 10px;
}
li#beauty-space:hover, li#beauty-space.current
{
	background: url(/layout/freccina-verde.png) no-repeat 0 0.33em;
	padding: 0 0 0 10px;
}
li#salone-parrucchieri:hover a, li#salone-parrucchieri.current a
{
	color: #a72575
}
li#centro-estetico:hover a, li#centro-estetico.current a
{
	color: #914d2a
}
li#beauty-space:hover a, li#beauty-space.current a
{
	color: #a2a62a
}
#menu-bianco a
{
	color: #aaa;
}
li#eventi:hover, li#eventi.current
{
	background: url(/layout/freccina-rossa.png) no-repeat 0 0.33em;
	padding: 0 0 0 10px;
}
li#eventi.current a, li#eventi:hover a 
{
	color: #C73A1F;
}
li#news:hover, li#news.current
{
	background: url(/layout/freccina-gialla.png) no-repeat 0 0.33em;
	padding: 0 0 0 10px;
}
li#news.current a, li#news:hover a 
{
	color: #f8c300;
}


