.dr-menu-list-border {
    border: 1px solid;
    float: left;
    position: absolute;
}

.dr-menu-list-bg {
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;

    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;

    background: repeat-y left;
}

.dr-menu-label {
    left: 0;
    top: 0;
    padding: 2px 5px 2px 5px;
    white-space: nowrap;
    width: auto;
    height: auto;
}

.dr-menu-label-unselect {
    border: 0 solid transparent;
    padding: 3px 6px;
}

.dr-menu-label-select {
    border: 1px solid;
    cursor: pointer;
}

.dr-menu-list-strut {
    font-size: 0;
    border: 0;
    margin: 0;
    position: relative;
}

.underneath_iframe {
    position: absolute;
    z-index: 90;
    visibility: hidden;
    left: 0;
    top: 0;
    height: 1px;
    width: 1px;
}

.dr-label-text-decor {
    font-weight: "headerWeightFont";
}

.dr-menu-list-border {
    border-color: "panelBorderColor";
    background-color: "additionalBackgroundColor"
}

.dr-menu-list-bg {
    background-image: "";
    border-top-color: "additionalBackgroundColor";
    border-left-color: "additionalBackgroundColor";
    border-right-color: "additionalBackgroundColor";
    background-color: #FFFFFF;
}

.dr-menu-label {
    font-family: "arial";
    font-size: "generalSizeFont"; /*main items Font Size*/
}

.dr-menu-label-select {
    border-color: "panelBorderColor"; /*main items border color*/
    border-bottom-color: #FFFFFF;
    background-color: "controlBackgroundColor"; /*main items BG color*/
    color: "generalTextColor";
}

.myFilter{
    filter:Alpha(opacity=70);position:absolute;top:0px;left:0px;display:block;
}

