/* Start of CMSMS style sheet 'Navigation: JOD-navigation' */
/********************
MENU
*********************/

#menu_vert {
   padding: 0;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:9pt;
   border-left:1px solid #000;
   border-bottom:1px solid #000;
   width:200px;
   margin: 15px 0 15px 15px;
}

#menu_vert ul li{
	padding:0;
	margin:0;
}

#menu_vert li {
   list-style: none;

   display: block;
   /*background-color:#000;*/
   width:100%;
}

* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }

div#menu_vert a {
   text-decoration:none;
   display: block;
   padding: 0.8em 0.5em 0.8em 1.5em;
   color: #000;
   border-top:1px solid #000;
   /* background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
   /* background: transparent; */
   min-height:1em;
}

div#menu_vert a:hover {
   background-color: #999;
}

div#menu_vert a.activeparent:hover {
   background-color: #333;
   color: #fff;
}

div#menu_vert ul h3, div#menu_vert ul li.currentpage h3, div#menu_vert ul li.activeparent a {
  /* background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;*/
  background-color: #000;
  display: block; 
  padding: 0.8em 0.5em 0.8em 1.5em;
  color: #fff;
  font-size: 1em;
  margin: 0;
  border:none;
}

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;
}

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;
}

div#menu_vert li.separator hr {
   display: none;
}
/* End of 'Navigation: JOD-navigation' */

