/*menu verticale*/
#verMenu{list-style:none;margin:0;padding:0;}
#verMenu li{text-indent:30px;line-height:30px;padding:0;}
#verMenu li a{display:block;height:30px; font-weight:bold;}
#verMenu a.clVerticale{width:225px;font-size:13px;color:#036;background:url(imgMenuVerticale/menu.gif) no-repeat 0 0;text-decoration:none;}
#verMenu a.clVerticale:hover{color:#28548C; font-weight:bold}

/*menu orizzontale*/
#orMenu{list-style:none;margin:0;padding:0; width:510px;}
#orMenu li{float:left;font-size:13px;line-height:37px;}
#orMenu a{display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;color:#666;}
#orMenu a.home{width:102px;background:url(imgMenuOrizzontale/btnHome.png) no-repeat 0 0;}
#orMenu a.home:hover{text-shadow:#666666 1px 1px 1px; color:#28548C;}
#orMenu a.standard{width:102px;background:url(imgMenuOrizzontale/btnStandard.png) no-repeat 0 0;}
#orMenu a.standard:hover{text-shadow:#666666 1px 1px 1px; color:#28548C;}
#orMenu a.contatti{width:102px;background:url(imgMenuOrizzontale/btnLast.png) no-repeat 0 0; }
#orMenu a.contatti:hover{text-shadow:#666666 1px 1px 1px; color:#28548C;}

