/*css essenziale se javascript è abilitato*/
div.jsenable ul ul{display:none}
div#expand li.hide ul{display:none}
div#expand li.show ul{display:block}

/*css del menu*/
div#expand{margin-left: 0px;}
div#expand ul,div#expand li{margin: 0;padding: 0;list-style-type: none;}
div#expand a:hover{}
div#expand ul ul {background-color:#B6E0BC;border:1px solid #666; padding:5px;margin-bottom:10px;}

div.jsenable tr tr{display:none}
div#expand tr.hide tr{display:none}
div#expand tr.show tr{display:block}

/*css del menu*/
div#expand{margin-left: 0px;}
div#expand tr,div#expand tr{margin: 0;padding: 0;list-style-type: none;}
div#expand a:hover{}
div#expand tr tr {background-color:#fff;border:1px solid #666; padding:5px;margin-bottom:10px;}