/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert  { }
/* menu li block */
#menu_vert li      { color: black; background-color: #c5e1f0; list-style: none; display: block; margin: 0; padding: 0      }
#menu_vert ul ul li       { color: #008cb3; background-color: #fff; border-left: 10px solid #fff }

/** 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     { color: #000; font-size: 1em; font-weight: bold; background-color: #c5e1f0; text-decoration: none; display: block; padding: 6px; min-height: 1em; border-bottom: 1px solid #fff      }
div#menu_vert .last a, div#menu_vert .last h3 { border-bottom: 0 none !important; }

/* next level links, more padding and smaller font */
div#menu_vert ul ul a      { font-size: 90%; font-weight: normal; background-color: white; padding: 6px; border-bottom: 2px dotted #c5e1f0   }
/* hover state for all links */
div#menu_vert ul li a:hover  { color: #fff; background-color: #0087c9 ; border-bottom: 1px solid #fff; }
div#menu_vert ul li a.activeparent:hover  { color: #fff; background-color: #0087c9 ; border-bottom: 1px solid #fff; }

div#menu_vert ul ul li a:hover  { color: #fff; background-color: #0087c9 ; border-bottom: 2px solid #0087c9; }
div#menu_vert ul ul li a.activeparent:hover  { color: #fff; background-color: #0087c9 ; border-bottom: 2px solid #0087c9; }

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent     { color: #0087c9;}

div#menu_vert ul ul li a.activeparent      { color: #0087c9;}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3       { font-size: 1em; display: block; margin: 0; padding: 6px; border-bottom: 1px solid #fff; line-height:1em;  }

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3        { font-size: 90%; margin: 0; padding: 6px; border-bottom: 1px solid #fff; line-height:1em; }
/* section header */
div#menu_vert li.sectionheader  { font-size: 130%; font-weight: bold; line-height: 1em; text-align: center; margin: 0; padding: 1.5em 0 0.8em; border-right: medium none }



/* 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 */
}

div#menu_vert ul li.currentpage h3     { color: #0087c9 !important; }
div#menu_vert ul li ul li.currentpage h3      { color: #0087c9 !important; border-bottom:2px dotted #C5E1F0; }

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

