.SMParent {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*background-image: url(background_parent.gif);*/
    background-repeat: repeat-x;
    border-top: 1px solid #DADBDB;
    font: bold 12px Verdana;
    /*color: #7E7D7B;*/
    color: white;
    text-align: left;
    padding: 2px;
    padding-left: 8px;
    height: 21px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: rgb(163,163,175);
}

.SMParentOver {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*background-image: url(background_parent.gif);*/
    background-repeat: repeat-x;
    border-top: 1px solid #DADBDB;
    font: bold 12px Verdana;
    color: #006896;
    text-align: left;
    padding: 2px;
    padding-left: 12px;
    cursor: pointer;
    height: 21px;
}

.SMParentSelected {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*background-image:url(background_parentselected.gif);*/
    background-repeat: repeat-x;
    border-top: 1px solid #DADBDB;
    font: bold 12px Verdana;
    color: white;
    text-align: left;
    /*padding: 2px;*/
    padding-left: 8px;
    height: 27px;
    line-height: 2em;
    /*background-color: rgb(163,163,175);*/
    background-color: #017187; /*#00838f;*/ /*#990033;*/
    /*box-shadow: 3px 5px 15px 2px rgb(124,124,139) inset;*/
    /*border-top-left-radius: 7px;
    border-top-right-radius: 7px;*/
    border-radius: 3px;
}

.SMChild {
    font: 12px Verdana;
    color: #232323;
    text-decoration: none;
    padding-left: 2px;
    text-align: left;
    line-height: 2;
    /*margin-top:5px;*/
}

    .SMChild a {
        color: #232323;
        font: bold 12px Verdana;
        text-decoration: none;
        line-height: 2;
    }

.SMChildOver {
    /*font: 8pt Tahoma;*/
    font: bold 12px Verdana;
    color: #232323;
    text-decoration: none;
    padding-left: 2px;
    cursor: pointer;
    text-align: left;
    line-height: 2;
}

    .SMChildOver a {
        color: orange;
        font: bold 12px Verdana;
        text-decoration: none;
        cursor: pointer;
        line-height: 2;
    }

.SMChildSelected {
    font: bold 12px Verdana;
    color: #c979be;
    text-decoration: none;
    /*padding-left: 7px;*/
    text-align: left;
    line-height: 2;
}

    .SMChildSelected a {
        color: #232323;
        font: bold 12px Verdana;
        text-decoration: none;
        line-height: 2;
    }

.SMChildrenBox {
    padding-left: 3px;
    height: auto !important;
    padding-bottom: 50px;
}

.SMMenu {
    /*background-color:white;*/
    /*border:1px solid #DADBDB;*/
    border-top: none;
    /*width: 150px;*/
    border-top: none;
    overflow: hidden;
    width: 100%;
    /*background-color: #E7E7E7;*/
}

.SMImageParent {
    display: none;
}

.SMImageChild {
    border: 0px;
    margin-right: 2px;
}
