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


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

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   font-color: #525F67;
   font-size:10px;
   font-weight:700;
   font-family:verdana;
   line-height:30px;
   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 */
   color: #525F67; /* this will be link color for all levels */
   font-size:10px;
   font-weight:700;
background-image:url(); background-repeat:no-repeat; background-position:left; 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   padding-left:18px;
   font-size:10px;
   font-weight:700;
   color: #525F67;   
   line-height:30px;
   display: block;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
 
}

/* hover state for all links */
div#menu_vert a:hover {

}
div#menu_vert a.activeparent:hover {
   color: #525F67;
   line-height:30px;
   display: block;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   color: #525F67;
   line-height:30px;
   display: block;

}

div#menu_vert ul ul li a.activeparent {
   font-size:10px;
   line-height:30px;
   font-weight:700;
   display: block;
   color:#2F2E2C;
}


/* 
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:10px;
   font-weight:700;
   line-height:30px;
   display: block;
   color: #2F2E2C;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   line-height:30px;
   display: block;
   font-weight:700;
   margin-bottom:1px;
   font-size:10px;
   color: #525F67;    
   background-image:url(); background-repeat:no-repeat; background-position:left; 
 
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   font-weight:700;
   line-height:30px;
   display: block;

}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight:700;
   padding-left:10px;
   background-color: #fff;
   margin: 0;
   text-align:center;
}



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

