.suckerdiv { margin-top: 5px; margin-bottom: 20px; }
.suckerdiv ul{ font-size: 12px; margin: 0 0 0; padding: 0; list-style-type: none; width: 190px; /* Width of Menu Items */
border-bottom: 1px solid #ccc; }
	
.suckerdiv ul li{ background-color: #fff; position: relative; }
	
/*Sub level menu items */
.suckerdiv ul li ul{ background-color: #fff; position: absolute; width: 200px; /*sub menu width*/
top: 0; visibility: hidden; }

/* Sub level menu links style */
.suckerdiv ul li a{ display: block; overflow: auto; /*force hasLayout in IE7 */
color: black; font-weight: bold; text-decoration: none; background: #fff; padding: 1px 5px; border-style: solid solid none; border-width: 1px 1px 0; border-top-color: #ccc; border-right-color: #ccc; border-left-color: #ccc; }

.suckerdiv ul li a:visited{ color: black; font-weight: bold; padding: 1px 5px; }

.suckerdiv ul li a:hover{ color: #fff; font-weight: bold; background-color: #f00; padding: 1px 5px; }

.suckerdiv .subfolderstyle{
background: url(immagini/interface/freccina-rossa.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { background-color: #fff; float: left; height: 1%; }
* html .suckerdiv ul li a { background-color: #fff; height: 1%; }
/* End */

