/* 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.nutrigoldtechnical.co.uk/images/nav_out.gif);
  background-repeat:no-repeat;
  }
#menu1 a:hover {
  color:#333;
  font-weight:bold;
  background-image:url(http://www.nutrigoldtechnical.co.uk/images/nav_ovr.gif);
  background-repeat:no-repeat;
  }
.hover1 {
  color:#333;
  font-weight:bold;
  background-image:url(http://www.nutrigoldtechnical.co.uk/images/nav_ovr.gif);
  background-repeat:no-repeat;
  }



/* End */



/* Vertical Left Menu*/

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

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