/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
padding-top: 0px;
   padding-left: px;
   margin-left: 0px;

}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 1px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
 font-size: 13px;
}

#menu_vert ul ul li {
   border-bottom: 1px solid #ffffff;
}

/** 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; 
padding-left: 10px;
   padding-top: 4px;  /* some air for it */
height: 21px ;
   color: #cccccc;
   font-size: 13px;
background: #89ab20;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   display: block; 
padding-left: 10px;
 padding-top: 4px; 
height: 21px ;
   color: #5a5959;
   font-size: 12px;
background: #89ab20;

}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   display: block; 
padding-left: 10px;
 padding-top: 4px; 
height: 21px ;
   color: #3F3F3F;
   font-size: 12px;
background: #B9CF74;

}

/* hover state for all links */
div#menu_vert a:hover {
color: #ffffff;
background: #89ab20;

}
div#menu_vert a.activeparent:hover {
   color: #083F12;
background: #B9CF74;
}

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

div#menu_vert ul ul li a.activeparent {
background: #B9CF74;
   color: #083F12;
}







/* 
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-left: 10px;
padding-top: 4px; 
height: 21px ;
   color: #FFFFFF;
   font-size: 12px;
background: #C9CFB5;
}







/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {

padding-left: 10px;
 padding-top: 4px; 
height: 21px ;
   color: #ffffff;
   font-size: 12px;
background: #89ab20;
  margin: 0;
}

/* current page on third level, more padding */

div#menu_vert ul ul ul h3 {
   display: block; 
padding-left: 10px;
 padding-top: 4px; 
height: 21px ;

   font-size: 12px;

   color: #000000;
background: #CCDF99;


}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 12px;
     padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:1px 0 1px 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' */

