/* Start of CMSMS style sheet 'Navigation: Default - Horizontal' */
/********************
MENU
*********************/

#menu_horz {
  text-align: center;
  background-color: #B5B292; 
  color: inherit;  
}

#menu_horz ul {
  list-style: none; 
  list-style-position: outside; 
  margin: 0px; 
  padding: 5px 0 5px 0;
}

/* This is a regular menu item (a link) */
#menu_horz h1 {
  display: inline; 
  font-size: 80%;
}

/* This is the current page, which is not a link (just text) */
#menu_horz h1.currentpage {
  display: inline; 
  font-size: 80%; 
  /*font-size: 100%;*/ 
  background-color: transparent; 
  color: #3D555C;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#menu_horz li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 5px;
  /*padding: 0 15px 0 15px;*/
}

/* End of 'Navigation: Default - Horizontal' */

