﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
/* See WhitePaper.aspx for details. */


/**************************MENU TOP**********************/
.Menu-Liv2 {
	margin:48px 11px 0 25px;
	height:327px;
}
.Menu-Liv2 ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
	border-top:2px solid #fff;
}
.Menu-Liv2 li {
	padding:12px 0 12px 13px;
	line-height:13px;
	border-bottom:2px solid #fff;
	background-image: url(../../images/menu-freccia.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}
.Menu-Liv2 li a:link, .Menu-Liv2 li a:visited {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
}

.Menu-Liv2 ul ul {
	margin:0 10px 0 10px;
	padding:5px 0 0 0;
	list-style-type:none;
}
.Menu-Liv2 li li {
	padding:0 0 5px 10px;
	line-height:12px;
	background-image: url(../../Images/freccia.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.Menu-Liv2 li li a:link, .Menu-Liv2 li li a:visited {
	color:#fff;
	text-decoration:none;
	font-size:10px;
}
.Menu-Liv2 li a:hover, .Menu-Liv2 li li a:hover {
	color:#00a6ff;
}
.Menu-Liv2 a.AspNet-Menu-Selected:link,
.Menu-Liv2 a.AspNet-Menu-Selected:visited {
	color:#00a6ff;
}
/**************************MENU SX**********************/
