
  .systemMenu {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Tahoma, Arial;
    font-weight: normal;
    color: #000000;
  }
  
  .systemMenu .menuLevelOne {
    margin: 0 4px 4px 4px;
    padding: 4px;
    background-color: #6f6f6f;

    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  
  .systemMenu .activeMenuBranch {
    background-color: #00744A;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 80px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 80px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 0;
  }
  
  .systemMenu .menuLevelOne a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }

  .systemMenu .menuLevelTwo {
    margin: 0 4px 4px 20px;
    padding: 4px;
    font-weight: bold;
  }

  .systemMenu .menuLevelTwo a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
  
  .systemMenu .menuLevelTwo a.selectedMenuItem {
    background: url('../images/bullet_sent.png') no-repeat right;
  }

  .systemMenu .menuLevelTwo a.thirdLevel {
    margin-left: 20px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
  }
