.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
font-weight: bold;
width: 190px; /* Width of Menu Items */
font-family: arial;
font-size: 11px;
z-index:100;
}

.suckerdiv ul li{
position: relative;
background-color: #FFFFFF;
z-index:100;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
left: 190px; /* Parent menu width - 1*/
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
display: none;
border: 1px solid #1c011c;
z-index:100;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 170px; /* Parent menu width - 1*/
border: 1px solid #1c011c;
z-index:100;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 100px; /* Parent menu width - 1*/
background-color: #FFFFFF;
z-index:100;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #FFFFFF;
z-index:100;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #FFFFFF;
z-index:100;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #1c011c;
text-decoration: none;
background-color: #FFFFFF;
padding: 1px 5px;
border-bottom: 1px solid #1c011c;
border-bottom: 0;
line-height: 1.5em;
z-index:100;
}

.suckerdiv ul li a:hover{
background-color: #f0c7f0;
color: #1c011c;
text-decoration: none;
z-index:100;
}

.suckerdiv ul li ul li a:hover{
background-color: #f0c7f0;
color: #1c011c;
text-decoration: none;
z-index:100;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #f0c7f0;
color: #1c011c;
text-decoration: none;
z-index:100;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/infobox/altkatico.gif) no-repeat center right;
z-index:100;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #FFFFFF;
z-index:100;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #FFFFFF;
z-index:100;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #FFFFFF;
z-index:100;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; z-index:100;}
* html .suckerdiv ul li a { height: 1%; z-index:100;}
/* End */
