        /*  CSS Code navigation.css */
        /*  Description: look and feel of the menus on this website, horizontally and vertically */
        /*  Version: 1.0 */
        /*  All source code & concepts (c) copyright 2008, 2010 by ItNix, LLC. */
        /*  All rights reserved worldwide. */
        /*  Changed by: Ivan Carrazco */


/** By default a menu is displayed vertically */

ul.horizontal {
  list-style-type: none;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  height: 60px;
}

  ul.horizontal li {
    position: relative;
    display: inline;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 60px;
  }

  ul.horizontal li a {
    padding: 0px;
    margin: 0px;
    width: auto;
    height: 60px;
  }

  ul.horizontal li a img {
    display: inline;
    padding: 0px;
    margin: 0px;
  }




ul.horizontal img.hm {
  width: 109px;
  height: 60px;
}
ul.horizontal img.bf {
  width: 124px;
  height: 60px;
}
ul.horizontal img.sl {
  width: 104px;
  height: 60px;
}
ul.horizontal img.cr {
  width: 197px;
  height: 60px;
}








