.suckermain{
margin-left:8px;
border:1px solid #f4e6af;
width:206px;
margin-bottom:8px;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 206px;
border-bottom: 1px solid #ab8f59;
background:#c0a064;
z-index:1200;
}

.suckerdiv ul li{
position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 206px; /*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: #ffffff;
text-decoration: none;
background: #c0a064;
padding: 6px 5px;
border: 1px solid #ab8f59;
border-bottom: 0;
text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
font-weight:bold;
}

.suckerdiv ul li a:visited{
color:#ffffff;
text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
font-weight:bold;
}

.suckerdiv ul li a:hover{
background-color: #550505;
color:#fdfcb1;
}

.suckerdiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
