/* Start of CMSMS style sheet 'web: menu' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 30px;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 16px;
   font-weight: normal;
   line-height:28px;
   colour: #c0c0c0;
}

/* third level has some padding to have it stand out */
   div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul li ul li a{
   color: #7db626;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration: none; 
   display: block; 
   color: #c0c0c0; 
   line-height: 28px;
}

div#menu_vert ul li a {
   color: #c0c0c0;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 12px;
   line-height:22px;
   padding: 0 0 0 15px;
}

/* hover state for all links */
div#menu_vert a:hover {
     text-decoration: underline;
}

div#menu_vert a.activeparent:hover {
     text-decoration: underline;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/

div#menu_vert li a.activeparent {
    color: #c0c0c0;
}

div#menu_vert ul ul li a.activeparent {
      color: #c0c0c0;
}

.currentpage {
    color: #a1addb;
   font-style:italic;
}

.currentpage ul li a {
    color: #a1addb;
   font-style:normal;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'web: menu' */

