/* Start of CMSMS style sheet 'Navigation: Vertikal' */
/********************
MENU
*********************/
div#menu_vert {
  /*letter-spacing: -0.1em;*/
}

div#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
   padding: 0;
   background: url(images/template/bullet.gif) no-repeat 0 11px;
}

/** 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 */
   /*min-height:1em;*/ /* Fixes IE7 whitespace bug */ 
   padding:5px 0 8px 14px;
   color:#22549e;
   font-size: 1.17em;
   font-weight: bold;
}

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: 1.17em;
   padding:7px 0 0 14px;
   color: #000;
}

div#menu_vert ul li.currentpage a {
color:#000;
}

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;
}





/* End of 'Navigation: Vertikal' */

