/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   margin:0;
   padding: 0;
}

#menu_vert li {
   list-style: none;
   margin: 

0;
   text-transform: uppercase;
   display: block;
   padding: 0;

}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 

/** end fix 

**/

div#menu_vert a {
   text-decoration:none;
   display: block; /* IE has problems with this, fixed above */
   color: #000; /* this will be link color for all levels */
   

min-height:1em; /* Fixes IE7 whitespace bug */ 
   padding:7px 0 8px 16px;
   color:#999;
   font-size: 11px;
}

div#menu_vert a:link, 
div#menu_vert a:active 

{
}

div#menu_vert a:hover {
  color:#000;
}

div#menu_vert a:visited {
}

div#menu_vert h3 {
   font-size: 11px;
   padding:7px 0 8px 16px;
}

div#menu_vert 

ul li h3,
div#menu_vert ul li ul li h3 {

}

div#menu_vert .activeparent {
  color:#000;
}

div#menu_vert a.activeparent {
  color:#000;
}


div#menu_vert ul li ul li a 

{
  padding-left:30px;
}

div#menu_vert ul li ul li h3 {
  padding-left:30px;
}

/* End of 'Navigation: Simple - Vertical' */

