/* Start of CMSMS style sheet 'Navigation: Header' */
/* the definition for div#header #menu is in the main stylesheet */

div#header #menu > ul {
      text-align: right;
      list-style-type: none;
      padding-bottom: 5px;
}

div#header #menu ul li {
      display: inline;
      padding-left: 15px;
}

div#header #menu h3 {
      font-size: 1em;
      display: inline;
}

div#header #menu a {
      color: #000066;
}

/* End of 'Navigation: Header' */

