/* Start of CMSMS style sheet 'Navigation: EDVService' */
div#menu_vert li {
   margin-bottom: 1.2em;
}

div#menu_vert li li{
   margin-top: 0.2em;
   margin-bottom: 0;
}

div#menu_vert ul {
   list-style: none outside;
   margin-left: 2em;
   line-height: 1.6em;
   font-weight: bold;
}

div#menu_vert ul ul {
   margin-left: 1em;
   line-height: 1.6em;
   font-weight: normal;
   font-size: 1em;
}

div#menu_vert h3 {
   font-size: 1.1em;

   margin: 0;
   padding: 1px 2px;
}

div#menu_vert .separator {
   margin: 1em;
   display: block;
}

div#menu_vert hr {
   display: none;
}

div#menu_vert li.sectionheader {
   padding: 1px 2px;
}

div#menu_vert a,
div#menu_vert a:link,
div#menu_vert a:active {
   text-decoration: none;
   color: #FFF;
   padding: 1px 2px;
   border: 0;
}

div#menu_vert a:visited {
   text-decoration: none;
  color: #EEF;
   border: 0;
}


/* remove underline on hover and change color */
div#menu_vert a:hover {
   text-decoration: none;
   background-color: #FFF;
   color: #000;
}
/* End of 'Navigation: EDVService' */

