/* Start of CMSMS style sheet 'menu_1' */
#menuwrapper
{
    font-weight: bolder
}

#primary-nav
{
padding-left: 5px;
list-style-type: none;
line-height: 150%;
font-family: Arial, Helvetica, sans-serif;
}

ul.unli
 {
  padding-left: 10px;
  list-style-type: none;
  line-height: 150%;
  font-family: Arial, Helvetica, sans-serif
}

#menuwrapper a
{
  color: #4B0082;
  text-decoration: none;
  font-size: small
}

#menuwrapper a:visited
{
color: #8B008B;
text-decoration: none;
  font-size: small
}

#menuwrapper a:hover
{
color: #9400D3;
text-decoration: underline;
  font-size: small
}

/* End of 'menu_1' */

