/* Start of CMSMS style sheet 'MenuMainCSS' */
ul#navlist{
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}

#navlist li{
  display: inline;
  list-style-type: none;
  margin-left: 0px;
}

#navlist a { padding: 2px 5px; }

#navlist a:link, #navlist a:visited{
  font-family: Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #02356c;
  background-color: #f0f0f0;
  text-decoration: none;
}

#navlist a:hover
{
color: #000000;
background-color: #e3e3e3;
text-decoration: none;
}

#navlist li a#current{
  color: #000000;
  background: #f0f0f0;
}

#navlist li a:hover#current{
  color: #000000;
  background: #e3e3e3;
}

#navlist li span#inbetween{
  border-right: 1px dotted #000000; 
  margin-left: -4px;
}

/* End of 'MenuMainCSS' */

