/*
  The Web Factory Website Template
  www.thewebfactory.co.uk

  Copyright (c) 2006 Douglass Systems Limited

  Goostrey Footpaths Group
  www.goostreyfootpaths.org.uk

*/

/* Horizontal Menu Style Sheet */

.projectmenuitem1 {
         background-color:#ffffff;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 11px;
         text-align: center;
         color: #000000;
         font-weight: bold;
         height: 20px;
         width: 20%;
        }
.projectmenuitem1 a:link{
        color: #497B49;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        }
.projectmenuitem1 a:visited{
        color: #497B49;
        text-decoration: none;
        }
.projectmenuitem1 a:hover{
        color: #01e572;
               }