#start {
    color: #000000;
    z-index: 20;
    position: absolute;
    top: 25px;
    right: 10px;
    text-align: left;
    background-color: #F7F7F7;
    border: 1px solid #999999;
    line-height: 12px;
    font-size: 8pt;
    padding: 8px;
    display: none;
    min-width: 510px;
}

#startcaption {
    display: block;
    padding: 6px;
    margin: 0;
    background-color: #E0E0E0;
    font-weight: 700;
}

#startclose {
    display: block;
    padding: 0;
    margin: 0;
    float: right;
}

#startclose a {
    color: #000;
}

.startpanel .menugroup {
    color: #000000;
    width: 160px;
    float: left;
}

.startpanel .menugroup .menutitle {
    font-size: 8pt;
    font-weight: 700;
    padding: 4px 8px;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    text-align: center;
}

.startpanel .menugroup:first-child .menutitle {
    border-left: 1px solid #CCC;
}

.startpanel .menugroup .menuelement {
    /* border-top: 1px solid #CCC; */
    font-weight: 400; /* no default bold */
}

.startpanel .menugroup .menuelement a {
    display: block;
    text-decoration: none; /* no underline */
    padding: 8px;
}

.startpanel .menugroup .menuelement a:hover {
    background-color: #fff;
}

.startpanel .menugroup .menuelement .menuelementtitle {
    font-weight: 700;
    color: #333;
}

.startpanel .menugroup .menuelement .menuelementdescription {
    font-size: 90%;
    color: #666;
    padding: 0;
}

