/**
 *  Style-Sheet for the elements of the main menu on the left side.
 *
 *  last change: 28.07.2009
 **/

.menu {
    background-color: #007F00;
    border: 1px solid #007F00;
    width: 110px;
    margin-top: 3px;
    margin-bottom: 3px;
    position: static;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    text-decoration : none;
  }


.menu_link {
    color : #ffffff;
    cursor : pointer;
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
  }


.menu_selected {
    background-color: #007F00;
    border: 1px solid #007F00;
    color : #ffa63a;
    width: 110px;
    margin-top: 3px;
    margin-bottom: 3px;
    position: static;
    font-size: 11px;
    font-weight: bold;
  }


.menu_selected_item {
    background-color: #007F00;
    border: 1px solid #007F00;
    color : #ffffff;
    width: 110px;
    margin-top: 3px;
    margin-bottom: 3px;
    position: static;
    font-size: 11px;
    font-weight: bold;
/*    text-decoration: underline;*/
  }


.menu_selected_item_link {
/*     color : #ffffff; */
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
/*     text-decoration: underline; */
    background-color: #007F00;
/*     border: 1px solid #007F00; */
    color : #ffa63a;
    width: 110px;
    margin-top: 3px;
    margin-bottom: 3px;
    position: static;
  }


.item {
    width: 108px;
    padding-left: 5px;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #007F00;
  }


.item_link {
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
  }


.item_selected {
    color : #ffa63a;
    width: 108px;
    padding-left: 5px;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    background-color: #007F00;
  }


.item_title {
    margin-bottom: 2px;
    padding-left: 5px;
    font-weight: normal;
    color: #000000;
    background-color: #007F00;
    width: 128px;
    font-size: 10px;
    cursor: default;
  }


