/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
margin-top:10px;

}


/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;

   display: block;
}


/** 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;
color:#007BC5;
background-color:fff;
padding-left:30px;
margin-right:30px;
background: url(images/cms/linktlo.gif) no-repeat 15px 3px;
color:#00377F;
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;
text-decoration:none;
font-size-adjust: none;
}



div#menu_vert a:hover {
background:#1A336D;
color: #fff;
}



div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

div#menu_vert ul h3 {
color:#007BC5;
background-color:fff;
padding-left:30px;
margin:0;
background: url(images/cms/linktlo.gif) no-repeat 15px 3px;
color:#00377F;
font-family:tahoma;
font-size:11px;
text-decoration:none;
display:inline;
font-weight:normal;
font-style:normal; 
}






/* section header */
div#menu_vert li.sectionheader {
     color: #018029; 
   font-size: 13px;
   line-height: 1.3em;
   font-style:italic;
padding-top:23px;
padding-bottom:10px;
margin-top:3px;
 font-family: "Trebuchet MS",Arial,sans-serif;
   font-weight:bold; 
background: url(images/cms/horiz_prawa.gif) no-repeat -6px 3px; width:160px;
padding-left:13px;
}


/* 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 'Navigation: Simple - Vertical' */

