/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   margin: 0 0 10px 0;
   padding: 6px 15px 0px 15px;
   background-color:#e0f1f8;
   background-image:url(uploads/images/layout/sidebar_bg.gif);
   background-position:bottom right;
   background-repeat:no-repeat;
   border: 1px solid #cbe2eb;
}

#menu_vert ul {
   margin: 0px;
   padding-bottom: 16px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   display: block;
}

/** 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 ul h3 {
   text-decoration: none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0px 4px 0px 12px; /* some air for it */
   color: #026694; /* this will be link color for all levels */
   background: url(uploads/images/layout/sidebar_arrow.gif) no-repeat 0px 12px; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   border-bottom: 1px solid #bdd8e7;
   font-size: 12px;
   line-height:32px;
   font-weight: bold;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   color: #333333;
   background-color: #eff8fb;
   margin: 0px;
}

/* hover state for all links */
div#menu_vert a:hover {
   color: #333333;
   background-color: #eff8fb;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   color: #333333;
   background-color: #eff8fb;
}

div#menu_vert ul ul li a.activeparent {
   color: #333333;
   background-color: #eff8fb;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 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 'Navigation: Simple - Vertical' */

