/* Start of CMSMS style sheet 'Chibi Collection Menu' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 5px;
}

div#menu_vert p {
   font-size: 1em;
   color: #fff;
   display: block; 
   margin: 0;                                  /* as <h3> normally has some margin by default */
   padding: 0 0 0 10px;                                  /* as <h3> normally has some margin by default */
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 2px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
 }

#menu_vert ul ul li {
   border: none;
}

/** 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; /* IE has problems with this, fixed above */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   color: #fff;
   background-color: #346633;
}

div#menu_vert ul ul a {
   padding: 4px 0 4px 10px;
   background-color: #80a646;
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #618039;
}

div#menu_vert a.activeparent:hover{
   background-color: #618039;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background-color: #95c357;
}

div#menu_vert ul ul li a.activeparent {
   background-color: #95c357;
}


/* 
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;
   color: #fff;
   background-color: #95c357;
   display: block; 
   margin: 0;                                  /* as <h3> normally has some margin by default */
   padding: 0 0 0 10px;                                  /* as <h3> normally has some margin by default */
}

div#menu_vert ul ul h3 {
   padding: 0 4px 4px 10px;                                  /* as <h3> normally has some margin by default */
}

/* End of 'Chibi Collection Menu' */

