#nav { font-size:1.1em; float:left;}

/* ALL LEVELS */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:35px; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/* 0 LEVEL */
#nav li { float:left; background: url("navigation-div.gif")/*tpa=http://www.officinatronconi.com/skin/frontend/default/primi_t5/images/navigation-div.gif*/ no-repeat 100% 50%; }
#nav li.active > a { color:#fff; }
#nav a { float:left; padding:0 12px; color:#fff; font-weight:bold; margin-right:2px; }
#nav a:hover { background:#660000 url("navigation-arrow.gif")/*tpa=http://www.officinatronconi.com/skin/frontend/default/primi_t5/images/navigation-arrow.gif*/ no-repeat scroll 50% 95%; color:#fff; }
#nav li.over > a { background:#660000 url("navigation-arrow.gif")/*tpa=http://www.officinatronconi.com/skin/frontend/default/primi_t5/images/navigation-arrow.gif*/ no-repeat scroll 50% 95%; color:#fff; } 

/* 1ST LEVEL */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding:0; /* background:#ccc; */ }
#nav ul li.last { padding:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; line-height:20px; }
#nav ul li a { font-weight:normal !important; }

/* 2ND LEVEL */
#nav ul { position:absolute; width:15em; top:35px; left:-10000px; }
#nav ul li ul,
#nav ul li ul li.active { float:none; margin:0; padding:0; /* background:#ccc; */ }

/* Show menu */
#nav li.over > ul { left:0px; }
#nav li.over > ul li.over > ul { left:15em; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#8a1212; margin-right:1px;}
#nav ul li a:hover { background:#660000; }
#nav ul li.over > a { background:#660000; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px; }

/* 3RD+ LEVEL */
#nav ul ul { top:0px; }