/* Start of CMSMS style sheet 'Navigation: Simple - Vertical Top Level' */
/********************
MENU
*********************/
#sidebar ul {
	list-style: none;
}
/* Any of the li entries may have class
   "activeparent" this signals that they are on the path to the current node
   "currentpage" the current page that we are displaying
 */
/* The layout of the menu_vert allows us to know that the text of each level
   is either an <a href=""></a> block in an <li> or that
   it is a <li class="sectionheader"> that has no children.
   The nodes further down are contained within a <ul> block within the <li>
   nodes
 */
/* Top level block */
#menu_vert ul {
   display: block;
}
#menu_vert span {
   display: block;
}
#menu_vert h3 { 
   font-size: 100%
}
/* 2nd level list entries - may have children and a link */
#menu_vert ul li {
   margin: 1em 0;
}
/* 2nd level sectionheader - no children */
#menu_vert ul span, #menu_vert ul h3 {   
   font-size: 100%;
   font-weight: normal;
   color: #000;
}
/* 2nd level link */
#menu_vert ul li a {
   display: block;
   margin: 1em 0;
   font-size: 130%;
   font-weight: bold;
   color: #000;
   margin-bottom: 1em;
   margin-top: 1em;
}
/* 3rd level block */
#menu_vert ul ul {
}
/* 3rd level list entries - may have children and a link */
#menu_vert ul ul li {
   margin: 0em 0;
}
/* 3rd level sectionheader - no children */
#menu_vert ul ul span {
   margin: 1em 0;
   font-family: georgia, sans-serif;
   font-weight: normal;
   margin-bottom: 0em;
   margin-top: 0em;
   font-size: 100%;
   color: #777;
}
/* 3rd level link */
#menu_vert ul ul li a {
   margin: 1em 0;
   font-family: "lucida sans", Arial, Helvetica, sans-serif;
   font-weight: normal;
   margin-bottom: 0em;
   margin-top: 0em;
   border-bottom: 0px solid #ddd;
   font-size: 100%;
   color: #00f;
}
/* 4th level block */
#menu_vert ul ul ul {
}
/* 4th level list entries - may have children and a link */
#menu_vert ul ul ul li {
}
/* 4th level link */
#menu_vert ul ul ul li a {
   margin: 0;
   border-bottom: 0px;
   font-size: 100%;
   color: #00f;
}
/* 4th level sectionheader - no children */
#menu_vert ul ul ul span {
   margin: 0;
   border-bottom: 0px;
   font-size: 100%;
   color: #00f;
}
/* Current pages */
#menu_vert li.currentpage a {
   background-color: #FFFFFF;
}
#menu_vert li.currentpage h3 {
   background-color: #FFFFFF;
}

/* Top level list entries - may have children and a link */
#main #menu_vert ul li {
   margin: 2em 0;
}
/* Top level sectionheader - no children */
#main #menu_vert ul span {
   margin: 1em 0;
   font-size: 130%;
   font-weight: bold;
   color: #000;
}
/* Top level link */
#main #menu_vert ul li a {
   margin: 1em 0;
   font-size: 130%;
   font-weight: bold;
   color: #000;
}
/* 2nd level block */
#main #menu_vert ul ul {
}
/* 2nd level list entries - may have children and a link */
#main #menu_vert ul ul li {
   margin: 1em 0;
}
/* 2nd level sectionheader - no children */
#main #menu_vert ul ul span {
   margin: 1em 0;
   font-size: 100%;
   font-weight: bold;
   color: #000;
}
/* 2nd level link */
#main #menu_vert ul ul li a {
   margin: 1em 0;
   font-size: 100%;
   font-weight: bold;
   color: #000;
}
/* 3rd level block */
#main #menu_vert ul ul ul {
}
/* 3rd level list entries - may have children and a link */
#main #menu_vert ul ul ul li {
   margin: 0em 0;
}
/* 3rd level sectionheader - no children */
#main #menu_vert ul ul ul span {
   margin: 1em 0;
   font-family: georgia, sans-serif;
   font-weight: normal;
   margin-bottom: 1em;
   margin-top: 1em;
   border-bottom: 1px solid #ddd;
   font-size: 100%;
   color: #777;
}
/* 3rd level link */
#main #menu_vert ul ul ul li a {
   margin: 1em 0;
   font-family: "lucida sans", Arial, Helvetica, sans-serif;
   font-weight: normal;
   margin-bottom: 1em;
   margin-top: 1em;
   border-bottom: 1px solid #ddd;
   font-size: 100%;
   color: #00f;
}
/* 4th level block */
#main #menu_vert ul ul ul ul {
}
/* 4th level list entries - may have children and a link */
#main #menu_vert ul ul ul ul li {
}
/* 4th level link */
#main #menu_vert ul ul ul ul li a {
   margin: 0;
   border-bottom: 0px;
   font-size: 100%;
   color: #00f;
}
/* 4th level sectionheader - no children */
#main #menu_vert ul ul ul ul span {
   margin: 0;
   border-bottom: 0px;
   font-size: 100%;
   color: #00f;
}
/* Current pages */
#main #menu_vert li.currentpage a {
   background-color: #FFFFFF;
}
#main #menu_vert li.currentpage h3 {
   background-color: #FFFFFF;
}

/* End of 'Navigation: Simple - Vertical Top Level' */

