/* Start of CMSMS style sheet 'Navigation: olson' */
/********************
 MENU
*********************/

/*** block menu items ***/
div#menu_vert { margin-left: 1em; padding-left: 0; font-size: 1.25em; }
div#menu_vert li { display: block; list-style: none; margin: 0; }
div#menu_vert ul ul li { border: none; }

/* fix ie display:block bug; */
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   padding: 0.5em 0.5em 0.5em 1.5em; 
   display: block; /* IE has problems with this, fixed above */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   text-decoration: none; font-weight: bold; color: #555; }

/* second level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 3em;
   background-position: 1.5em center; }

/* hover state for all links */
div#menu_vert a:hover { background-color: #629632; color: #fff; }
div#menu_vert a.activeparent:hover { background-color: #629632; color: #fff; }

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_vert li a.activeparent { color: #3B5E2B; }

/* current pages in the default Menu Manager template are unclickable: current page on first level */
div#menu_vert ul h3 {
   background: url(uploads/images/arrow-right-active.gif) no-repeat 0.5em center;
   color: #3B5E2B;
   display: block; 
   padding: 0.5em 0.5em 0.5em 1.5em;
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   border-bottom: none;
}

/* next level current pages, more padding, smaller font, no background color or border */
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 3em;
   background-color: transparent;
   background-position: 1.5em center;
   color: #3B5E2B; }

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 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: olson' */

