.menu_main
{
  border-width:0px;
  border-spacing: 0px;
  border-collapse: collapse;
  lbackground: url(/images/standard_web/nav_Bg.jpg) repeat-x;
  background: #525252;
  width: 100%;
  height: 30px;
  font-variant: small-caps; 
  font-size: 14px; 
  font-family: Trebuchet MS; 
  text-align: center;
}

.menu_space
{
  width: 20px;
}

.menu_link
{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px; 
  font-weight: normal;
}

.menu_link:hover
{
  color: #ff6600;
  text-decoration: underline;
}

