/* Start of CMSMS style sheet 'DIGOVerticalMenu' */
/*ZEROWANIE DOMYSLNYCH STYLÓW LISTY*/
#menu_vert ul,
#menu_vert li
{
   list-style: none;
   margin: 0px;
   padding: 0px;
}

.clearfix,
.sectionheader
{
 margin:0px;
 padding: 0px;
}

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


/********************
MENU
*********************/
#menu_vert {
   margin-right: 17px;
   margin-top: 0px;
   margin-bottom: 0px;
/*   margin-left:53px;*/
   padding-left: 0;
   padding-top: 0px;
   padding-bottom: 0px;
   width:247px;
   font-family: verdana, helvetica, sans-serif;
   font-size:12px;
   background: #F1C582 ;
   border-top: 1px solid #c0c0c0;
   border-bottom: 1px solid #c0c0c0;
   float: right;

}

/**** NAGŁÓWEK SEKCJI*****/
#menu_vert ul .sectionheader
{
   border-right: none;
   font-size: 12px;
   line-height: 14px;
   font-weight: bold;
   color: #eeeeee;
   padding: 7px 0px 7px 0px;
   margin: 0px;
   text-align:center;
   background: #85743E 2.7em center;
}
/**** KONIEC ____ NAGŁÓWEK SEKCJI*****/


/**** WCIĘCIA*****/
   /* 1 LEVEL  */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.2em 0.5em 0.2em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(uploads/digo/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   border-bottom: 1px solid #85743E;
   margin: 0px;
}

   /* 2 LEVEL */
div#menu_vert ul ul a {
   font-size: 100%;
   line-height:100%;
   padding: 0.1em 0.5em 0.3em 2.8em;
   background-position: 1.5em center;
   display: block; 
   border-bottom: 1px solid #85743E;
}
/****KONIEC WCIEĆ *****/


/****DYNAMICZNE PARAMETRY MENU*****/
div#menu_vert a:hover {
   background-color: #AB8750;
}

div#menu_vert .currentpage {
   font-weight: bold;
}

div#menu_vert li a.activeparent {
   background: url(uploads/digo/arrow-down.gif) no-repeat 0.4em center; 
   background-color: transparent;
   color: #18507C;
}


/****KONIEC ------- DYNAMICZNE PARAMETRY MENU*****/
/* End of 'DIGOVerticalMenu' */

