/* Horizontal Top Menu*/

#menu1 {
  width:366px;
  padding:0; 
  margin:auto 0; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:122px;
  }
#menu1 a {
  display:block;
  width:122px;
  color:#333; 
  font-weight:bold;
  text-align:center;
  height: 26px;
  line-height: 26px;
  text-decoration:none; 
  background-image:url(http://www.nutrigoldeducation.co.uk/images/nav_out.gif);
  background-repeat:no-repeat;
  }
#menu1 a:hover {
  color:#333;
  font-weight:bold;
  background-image:url(http://www.nutrigoldeducation.co.uk/images/nav_ovr.gif);
  background-repeat:no-repeat;
  }
.hover1 {
  color:#333;
  font-weight:bold;
  background-image:url(http://www.nutrigoldeducation.co.uk/images/nav_ovr.gif);
  background-repeat:no-repeat;
  }
/* End */

/* Vertical Left Menu*/

#menu {width:190px; margin:0; background-color: #dcf3d0; min-height:135px;}

#menu a, #menu a:visited {
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height:18px;
  text-decoration:none; 
  color:#000; 
  display:block; 
  height:18px;
  vertical-align:middle;
  margin:auto;
  }
#menu a:hover {
  color:#000;
  background-color:#aed498;
  background-repeat:no-repeat;
  background-position:center center;
  width: 190px;
  }
.hover1 {
  color:#000;
  background-repeat:no-repeat;
  background-position:center center;
  }
/* End */