.suckerdiv ul {
    background: url("../images/bg_left_menu.jpg") repeat-x scroll left top transparent;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 185px;
    z-index: 1;
}
.suckerdiv ul li {
    position: relative;
}
.suckerdiv ul li ul {
    border: 1px solid #D6EFF7;
    border-radius: 10px 10px 10px 10px;
    left: 10px;
    margin-left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 1000;
}
.suckerdiv ul li a {
    border-bottom: 0 none;
    color: #0F434E;
    display: block;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    overflow: auto;
    padding: 7px 5px;
    text-decoration: none;
}
.suckerdiv ul li a:visited {
    color: #11434E;
}
.suckerdiv ul li a:hover {
    color: #FE4203;
}
.suckerdiv ul li ul li a {
    font-weight: normal;
}
.suckerdiv .subfolderstyle {
    background: url("../images/image_arrow.gif") no-repeat scroll right center transparent;
}
.suckerdiv .subfolderstyle:hover {
    background: url("../images/image_arrow_orver.gif") no-repeat scroll right center transparent;
}
* html .suckerdiv ul li {
    float: left;
    height: 1%;
}
* html .suckerdiv ul li a {
    height: 1%;
}
a.parent_style:link, a.parent_style:visited, a.parent_style:hover, a.parent_style:visited:hover {
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 5px;
    text-decoration: none;
}
a.parent_style:hover, a.parent_style:visited:hover {
    border-bottom: 1px solid #735401;
    border-top: 1px solid #735401;
    color: #CD2302;
    height: 20px;
}
a.style_table:link, a.style_table:visited, a.style_table:hover, a.style_table:visited:hover {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 200px;
}
.li_table, .li_table a {
    white-space: nowrap;
}
