.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none; 
width: 204px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;background: #fff;z-index:222;
}
	
.suckerdiv ul li{
position: relative;background-image:url(../images/2_31.jpg); height:58px; line-height:58px;border: 0px solid #ccc;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 203px; /* Parent menu width - 1*/
position: absolute;
width: 204px; /*sub menu width*/
top: 0;
display: none;z-index:222;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 203px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
font:14px;
background: #fff;
padding-left:20px;
 height:58px;line-height:58px;
border: 1px solid #ccc;z-index:222;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color: white; background-color:#BDA67C;
 
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; z-index:222;}
* html .suckerdiv ul li a { height: 1%;z-index:222; }
/* End */



