/* Start of CMSMS style sheet 'Menu: Main Nav' */
#mainMenu {
  clear: both;
  width: 100%;
  background: #4461AC;
  padding: 0;
}
#mainMenu td {
  position: relative;
  text-align: center;
}
#mainMenu a {
  color: white;
  display: block;
  white-space: nowrap;
  padding: 8px 6px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
#mainMenu a:active,
#mainMenu a:hover {
  color: #D7DEED;
  text-decoration: underline;
}

#mainMenu ul {
  position: absolute;
  display: none;
  background: #D7DEED;
  list-style: none;
  padding: 0;
  margin: 0;
}

#mainMenu ul a {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  color: #000000;
  padding: 4px 6px;
}

#mainMenu ul a:hover,
#mainMenu ul a:active {
  color: #000000;
  background: #B4C0DE;
  text-decoration: none;
}

#mainMenu ul ul {
  position: static;
  display: block;
  padding-left: 10px;
}

#mainMenu ul a.sectionheader:hover {
  background: transparent;
}



/**
#main_nav a {
  text-align: center;
}
#main_nav a:hover,
#main_nav a:active {
  background: #47608A;
}
*/
/* End of 'Menu: Main Nav' */

