@CHARSET "UTF-8";
    .sub-menu-item {
        padding: 3px 10px;
        white-space: nowrap;
        display: -moz-box;
        
    }
    .sub-menu-item a {
        text-decoration: none;
    }
    .sub-menu-item a:hover {
        text-decoration: underline;
    }
    .sub-menu-item-selected {
        background-color: #333;        
    }
    .sub-menu-item-selected a {
        color: #fff;    
    }
    .separator {
        color: #d1d1d1;
    }