#meunuCms div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menuCms tr {
	display: block;
}
#menuCms td {
	line-height: 21px;
}
#menuCms a{
	width: 180px;
	height: 21px;
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
	text-indent: 5px;
	
}
#menuCms img { border: 0px; }
#menuCms a:hover {
	text-decoration: none;
	display: block;
	color: #fff ;
}
#menuCms #livello0 {
	background: url(/Images/bg_Livello1.gif) repeat-x;
	text-indent: 8px;
}
#menuCms #livello0:hover {
	background: url(/Images/bg_Livello1Hover.gif) repeat-x bottom;
	color:#fff;
}
#menuCms #livello0.selected0 {
	background: url(/Images/bg_Livello1Hover.gif) repeat-x bottom;
	color:#fff;
}
#menuCms #livello1 {
	background: url(/Images/bg_Livello2.gif) repeat-x;
	color: #690305;
	text-indent: 16px;
}
#menuCms #livello1:hover {
	background: url(/Images/bg_Livello2.gif) repeat-x bottom;
	color:#fff;
}
#menuCms #livello1.selected1 {
	background: url(/Images/bg_Livello2.gif) repeat-x bottom;
	color:#fff;
}
#menuCms #livello2 {
	text-indent: 24px;
	font-weight:normal;
	background: url(/Images/bg_Livello3.gif) repeat-x;
	color: #fff;
}
#menuCms #livello2:hover {
	font-weight:bold;
	background: url(/Images/bg_Livello3.gif) repeat-x bottom;
	color:#fff;
}
#menuCms #livello2.selected2 {
	font-weight:bold;
	background: url(/Images/bg_Livello3.gif) repeat-x bottom;
	color:#fff;
}
#menuCms #livello3 {
	text-indent: 30px;
	font-weight:normal;
	font-style: italic;
	background: url(/Images/bg_Livello3.gif) repeat-x;
	color: #fff;
}
#menuCms #livello3:hover {
	font-weight:bold;
	background: url(/Images/bg_Livello3.gif) repeat-x bottom;
	color:#fff;
}
#menuCms #livello3.selected3 {
	font-weight:bold;
	background: url(/Images/bg_Livello3.gif) repeat-x bottom;
	color:#fff;
}
