/**
 * CSS for the products menu of montana-metal.com.
 * @author Leslie Steward (les.steward@gmail.com)
 */

ul#productsMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul#productsMenu li {
  display: inline; /* IE Kludge */
}

ul#productsMenu li a {
  font-family: 'Bookman Old Style', Garamond, serif;
  font-size: 16px;
  display: block;
  /*width: 200px; in layout*/
  height: 35px;
  line-height: 35px;
  text-indent: 10px;
  text-decoration: none;
}


