body{
font-family: Arial, Helvetica, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html #navi {width:980px; w\idth:980px;}

#navi
{
    position:relative;
	width:960px;
	height:46px;
	padding-top:4px;
	padding-left:10px;
        padding-right:10px;
	background:url(../images/bg_navi.png) top no-repeat;
	margin-bottom:5px;
        z-index:1000;


}

/* remove all the bullets, borders and padding from the default list styling */
#navi ul {padding:0;margin:0;list-style-type:none;}

#navi ul ul {width:130px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navi li 
{
float:left;
position:relative;
}

#navi ul li {
background:url(../images/divisore.png) right no-repeat;
padding-right:2px;
}

#navi ul li:last-child {
background:none;
padding-right:2px;
}

#navi ul ul li
{
	background:none;
}
/* style the links for the top level */
#navi ul a, #navi ul a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#fff;  
height:30px;
width:auto; 
padding-left:10px;
padding-right:10px;
line-height:29px; 
font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #navi a, * html #navi a:visited {width:149px; w\idth:138px;}

/* style the second level background */
#navi ul ul a.drop, #navi ul ul a.drop:visited {background:#197CD1 url(../images/icn_submenu.png) no-repeat 130px center;}
/* style the second level hover */
#navi ul ul a.drop:hover{background:#0f62a7 url(../images/icn_submenu.png) no-repeat 130px center;}
#navi ul ul :hover > a.drop {background:#0f62a7 url(../images/icn_submenu.png) no-repeat 130px center;}
/* style the third level background */
#navi ul ul ul a, #navi ul ul ul a:visited {background:#197CD1;}
/* style the third level hover */
#navi ul ul ul a:hover {background:#0f62a7; }




/* hide the sub levels and give them a positon absolute so that they take up no room */
#navi ul ul {
visibility: hidden;
position:absolute;
height:0;
top:30px;
left:0;
z-index:50;
}
/* another hack for IE5.5 */
* html #navi ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
#navi ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#navi ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#navi table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#navi ul ul a, #navi ul ul a:visited {background:#197CD1 url(../images/bg_submenu.jpg) bottom repeat-x; border-bottom:1px solid #0f6fc2;  color:#fff; height:auto; line-height:1em; padding:5px 10px; width:220px;border-width:0 1px 1px 1px; font-weight:normal}
/* yet another hack for IE5.5 */
* html #navi ul ul a, * html #navi ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */


#navi ul a:hover, #navi ul ul a:hover{color:#fff; background:#0A5EA6;}
#navi  ul :hover > a, #navi ul ul :hover > a {color:#fff; background:#0A5EA6;}

/* make the second level visible when hover on first level list OR link */
#navi ul li:hover ul,
#navi ul a:hover ul{visibility:visible; }
 /*keep the third level hidden when you hover on first level list OR link */
#navi ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#navi ul :hover ul :hover ul{ visibility:visible;}






