/* Start of CMSMS style sheet 'modece nav vertical' */
/********************
MENU modece nav vertical
*********************/
#menu_vert {
   padding-left: 0px;
   margin-left: 0px;
   margin-top: 25px;
}




/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0px;
padding: 0px;
   display: block;
   height: 82px; /* needs to be 80 for ie and 82 for FF or add 1px padding for ff instead*/
width: 165px;
float:left;
}






/** 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 */
   padding: 0; /* some air for it */
   color: #757575; /* this will be link color for all levels */
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 9px;
   font-style: italic;
   margin-left: 0px;
   border-top: 0px solid #fff;
   width: 165px;
   height:81px;
}

.menutext { 
border-top: 1px solid #c1c1c1;  
width: 79px;  
float: right; 
padding-left: 5px; 
padding-top:1px;

}


/* hover state for all links */
div#menu_vert a:hover {
   background-color: transparent;
   color: #762ba5;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul li h3 {
   background: transparent;
   display: block; 
   padding: 0;  /* some air for it */
   color: #757575;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
float: right;
width: 79px;
   font-size: 9px;                             /* instead of the normal font size for <h3> */
   font-style: italic;
   font-weight: normal; 
border-top: 0px solid #c3c3c3;
height: 81px;
padding-left: 5px;
}


/* 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 'modece nav vertical' */

