#navigation{
    float: left;
    width: 880px;
    height: 18px;
    margin: 0 8px;
    padding: 10px 10px;
  /*  background:#ccff33; */
    background:#FCD116;
  /*  border-top: 1px solid #666600; Original greenmind */
  /*  border-bottom: 1px solid #666600; Original greenmind */
    border-top: 0px solid #000000;
    border-bottom: 0px solid #568E14;
    font-size: 1.2em;
}

#navigation ul li{
    float: left;
    list-style: none;
    padding-right: 20px;
  /*  font-weight:bold; */
}

#navigation a{
    color: #000000;
    text-decoration: none;
   /* font-weight:bold; */
}

#navigation a.active, #navigation a:hover{
    color: #568E14;
   /* font-weight:bold; */
}
