
ul.suckertree2{
margin-left: 0;
padding: 0;

list-style-type: none;

width: 250px; /* Width of Menu Items */

}
	
ul.suckertree2 li{
position: relative;

height:25px;
padding-top:5px;
border-bottom:1px solid white;
margin-top:5px;
}
ul.suckertree2 li:hover{
position: relative;

background-color:#c3c3c3;
background-image: url('files/act-submenu-fon.gif') !important;
background-repeat:repeat-x;
background-position:bottom;

}	

ul.suckertree2 li.active{
position: relative;

background-color:#c3c3c3;
background-image: url('files/act-submenu-fon.gif') !important;
background-repeat:repeat-x;
background-position:bottom;

}


/*Sub level menu items */
ul.suckertree2 li ul{
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
margin-left:0px;
visibility: hidden;
list-style-type: none;
background-color: #E4E4E4;
}

/* Sub level menu links style */
ul.suckertree2 li a{
	font:normal 11px tahoma,arial;

overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;

padding: 3px 3px 3px 5px;


}

ul.suckertree2 li a:hover{
	color:white;
	
}

/*
.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}
*/	
/* Holly Hack for IE \*/
* html ul.suckertree2 li { float: left; height: 1%; }
* html ul.suckertree2 li a { height: 1%; }
/* End */
