/* Start of CMSMS style sheet 'MENU: links' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
}


/* menu li block */
#menu_vert li {
  list-style: none;
  margin: 0;
  font-size: 14pt;
  font-weight:bold;
}

#menu_vert ul ul li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #71B5EA;
   display: block;
   padding-bottom:1px;
   font-size:10pt;
  font-weight:normal;
}

#menu_vert ul ul ul li {
   padding-left: 10px;
   border: none;
   font-size:8pt;
}

/** 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;    /* no underline for links */
   display: block;             /* IE has problems with this, fixed above */
   //padding: 0.3em;         /* some air for it */
   color: #000;        /* this will be link color for all levels */
   min-height:1em;       /* Fixes IE7 whitespace bug */ 
   margin:0.5em 0;
}


/* hover state for all links */
div#menu_vert a:hover {
   color: #71B5EA;
}

div#menu_vert a.activeparent:hover {
   color: #71B5EA;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   display: block; 
   //padding: 0.3em;                             /* some air for it */
   color: #71B5EA !important;                                 /* this will be link color for all levels */
   font-size: 14pt;                            /* instead of the normal font size for <h3> */
   margin: 0.5em 0;                                  /* as <h3> normally has some margin by default */
}

div#menu_vert ul ul h3{
   font-size:10pt;
}

div#menu_vert ul ul ul h3{
   font-size:8pt;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* content test */
div#menu_vert li.contenttest {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   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 'MENU: links' */

