/* Start of CMSMS style sheet 'vertikalus meniu' */
/********************
MENU VERT
*********************/
#menu_vert {
   padding-left: 5px;
   margin-left: 0;
   width: 160px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
   margin-bottom: 5px; /*tarpai tarp meniu irasu*/
}

/** fix stupid ie bug fwith 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;
   display: block;
   padding: 0.8em 0.5em 0.8em 1.5em; 
   color: #eb891a;
   min-height: 1em; 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   background: url(images/dot.png) no-repeat 0.4em center;
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
   margin: 0;       
}

/* hover state for all links */
div#menu_vert a:hover {
  color: #b95523; /* užvestu nuorodu spalva */
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/saulute.png) no-repeat 0.4em center;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #A15812;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

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

/* End of 'vertikalus meniu' */

