/* Start of CMSMS style sheet 'student-sidemenu' */
#menu_vert {
   padding-left: 0;
   margin-left: 0;
margin-bottom: 30px;
}

#menu_vert ul {
padding: 0;
margin: 0 0 20px 10px;
   list-style: none;
}

#menu_vert ul li a, #menu_vert ul li.currentpage h3 {display:none;}
#menu_vert ul li li a, #menu_vert ul li li.currentpage h3{display:block;}

#menu_vert li {
   list-style: none;
   margin: 0;
   padding:0;
   display: block;
}

#menu_vert ul ul li {
   
}

/** 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, div#menu_vert li.currentpage {
   text-decoration:none;
   display: block;
   padding: 0;
   /* color: #3387a9;  */
   color: #3387a9;
   min-height:1em;

}

/* second level */
div#menu_vert ul ul a, div#menu_vert ul li li.currentpage {
   padding: 0.5em 0.5em 0.5em 3px;
}

/* third level */
div#menu_vert ul ul ul a {
   padding: 0.5em 0.5em 0.5em 3px;
}

/* Active State */
.currentpage {
   padding: 0.5em 0.5em 0.5em 3px;
margin: 0;
}

/* hover first level */
div#menu_vert ul a:hover {
   background: #3387a9;
color: #fff;
}

/* hover second level */
div#menu_vert ul ul a:hover {
   background: #3387a9;
color: #fff;
}

/* hover third level */
div#menu_vert ul ul ul a:hover {
   background: #3387a9;
color: #fff;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   padding: 1.5em 0.5em 0.8em 0px;
   background-color: none;
   min-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;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* End of 'student-sidemenu' */

