
.voci_menu_sel{
	line-height: 16px;
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#4D94FF;
	border: none;	
	letter-spacing: 0.5px;
}

.voci_menu{
	line-height: 16px;
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	border: none;	
	letter-spacing: 0.5px;
}

.voci_menu:hover{
	line-height: 16px;
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#4D94FF;
	border: none;	
	letter-spacing: 0.5px;	
}


.voci_menu_princ{
	line-height: 20px;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	border: none;	
	letter-spacing: 0.7px;
}

.voci_menu_princ:hover{
	line-height: 20px;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color:#4D94FF;
	border: none;	
	letter-spacing: 0.7px;
}
.voci_menu_princ_sel{
	line-height: 20px;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color:#4D94FF;
	border: none;	
	letter-spacing: 0.7px;
}



.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0;
margin-left: -15px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url('../js/menu/list.gif') no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 0px;
}

.treeview li:hover{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url('../js/menu/list.gif') no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 0px;
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url('../js/menu/closed.gif') no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;

}

.treeview li.submenu:hover{ /* Style for LI that contains sub lists (other ULs). */
background: url('../js/menu/closed.gif') no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;

}




.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}