/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding:0px;
   border-bottom:1px dashed #ccc;
}
 
 

#menu_vert   li {
    list-style: none;
  padding-top:7px;
  padding-left:7px;
  margin-bottom:1px;
  background :url(uploads/images/menu_nieakt.jpg) no-repeat;
  height:20px;

}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

 
/* next level links, more padding and smaller font */
div#menu_vert  a {
   font-size: 90%;
}

 

/* hover state for all links */
div#menu_vert a:hover {
 color: #C3D4DF;
}

 
/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
 color:#000;
  font-weight:bold;
}

 
 

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
 
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}


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

