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

.suckerdiv ul li{
background: url(images/resimler/bg_list.gif) no-repeat center left;
padding-left:10px;
position: relative;
background-color: #FFFFFF;
z-index:2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


