.suckerdiv ul{
    border: 0px solid #eeeeee;
}

.suckerdiv ul li{
    border-bottom: 1px solid #e9d9c7;
    margin-bottom: -1px;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
    border: 1px solid #e9d9c7;
    background-color: #faf2e8;
}

/* menu links style */
.suckerdiv ul li a{
    color: #b3603a;
    font-weight: bold;
    border-top: 1px solid #e9d9c7;
}

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

.suckerdiv ul li a:hover{
    background-color: #e9d9c7;
    color: black;
}

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

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