/* --------------------------------------------
 to get an optical illusion, the menu image,
 changes for every specific page. If there is non, it will
 fall back on the homepage image of the menu. 
 ----------------------------------------------- */

.navigation {
 background: #b4b6b6;
 background-image:: url('../images/navigation-bg.jpg');
 background-repeat: no-repeat;
 height: 38px;
 margin: 0px 0px 0px 0px;
 padding-left: 20px;
 overflow: hidden;
 }

#horizontalmenu ul {
  list-style: none;
  margin: 12px 0 0 0px;
  padding: 0 0 0 0;
  float: left;
  line-height: 70%;
  z-index: 99;
   }
#horizontalmenu h2 {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 30px 0px 0px;
  line-height: 100%;
  color: #ffffff;
  }

#horizontalmenu h6 {
  margin: 0 0 0 0;
  padding: 0px 6px 0px 6px;
  font-size: 0.7em;
  z-index:99;
  }
#horizontalmenu h2 a, #horizontalmenu h6 a   {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px ;
  text-decoration: none;
  color: #ffffff;
  }
#horizontalmenu h6 a {
  color: #2a3b57;
  padding: 3px 0px 0px 0px;
  z-index: 99;

  }
#horizontalmenu a:hover, #horizontalmenu h2.selected a {
  color: #2a2a2a;
  }

