/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckerdiv ul{
margin: 0px;
padding: 0;
font-size: 10px; 
background-color: #C8C39D;
list-style-type: none;
width: 175px; /* Width of Menu Items */
border-bottom: 1px solid #000000;
}
.suckerdiv ul li{
position: relative;
font-size: 10px; 
font-weight: bold;
}
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 174px; /* Parent menu width - 1*/
position: absolute;
font-size: 10px; 
font-weight: bold;
background-color: #C8C39D;
width: 250px; /*sub menu width*/
top: 0;
display: none;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
font-size: 10px; 
font-weight: bold;
left: 219px; /* Parent menu width - 1*/ 
}
/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
font-size: 10px; 
font-weight: bold;
text-decoration: none;
/*background: #fff;*/
background-color: #C8C39D;
padding: 1px 5px;
border: 1px solid #000000;
border-bottom: 0;
}
.suckerdiv ul li a:visited{
color: black;
font-size: 10px; 
font-weight: bold;
}
.suckerdiv ul li a:hover{
background-color: yellow;
font-size: 10px; 
font-weight: bold;
color: black;
}
.suckerdiv .subfolderstyle{
font-size: 10px; 
font-weight: bold;
background: url(http://cms.pl.ua/themes/base/aro.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 */

