.suckerdiv ul{
margin: 0px;
padding: 0;
list-style-type: none;
width: 221px; /* Width of Menu Items */
border-bottom: 1px solid #222632;
background:#222632;
}

.suckerdiv ul li{

position: relative;

margin:3px 0px 3px 9px;

}


/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0px;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #386AB2;
text-decoration: none;
padding: 3px 4px 3px 5px;
border: 0px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #386AB2;
}

.suckerdiv ul li a:hover{
color: #ffffff;
background-color: #386AB2;
text-decoration: none;
}

.suckerdiv .subfolderstyle{
background: url(http://ideal-house.ru/test_files/images/arrow-list.gif) no-repeat center right;
}

.subfolderstyle_iki {
background: url(http://ideal-house.ru/test_files/images/arrow-list.gif) no-repeat center right;
background-color: #cccccc;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
