.suckerdiv ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 0px solid #eeeeee;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    /*font-weight: bold;*/
    -moz-opacity:.98;
    opacity:.98;
}

.suckerdiv ul li{
    position: relative;
    /*background-color: #f8f8f9;*/
    border-bottom: 1px dotted #eeeeee;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
    position: absolute;
    top: 0;
    display: none;
    border: 1px solid #cccccc;
    background-color: #f8f8f9;
}

/* menu links style */
.suckerdiv ul li a{
    display: block;
    color: #444444;
    text-decoration: none;
    /*background-color: #f8f8f9;*/
    padding: 1px 4px;
    /*border: 1px solid #ccc;*/
    /*border-bottom: 0;*/
    border-top: 0px solid #DDE5F5;
    line-height: 2.2em;
    cursor: hand;
    cursor: pointer;
}

.suckerdiv ul li a:visited{
    color: #444444;
}

.suckerdiv ul li a:hover{
    background-color: #DDE5F5;
    color: black;
    text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
    background: url(images/icons/arrow-list.gif) no-repeat center right;
    cursor: hand;
    cursor: pointer;
}

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

.menubasetext {
    padding-left: 12px;
    background: url(images/icons/list-list.gif) no-repeat center left;
    width: 100%;
}
.menusubtext {
    padding-left: 12px;
    background: url(images/icons/list-list.gif) no-repeat center left;
    width: 100%;
}
.menuxtratext {
    padding-left: 12px;
    background: url(images/icons/list-xtra.gif) no-repeat center left;
    width: 100%;
}
.menuproducttext {
    padding-left: 12px;
    background: url(images/icons/box-list.gif) no-repeat center left;
    width: 100%;
}