/* Start of CMSMS style sheet 'menu-vert' */
/*---------------------------------------------- Vertical Meniu CSS  !!PATIKRINTI MENIU ANT IE------*/
#menu_vert, #menu_vert ul {margin: 0;padding: 0; }

/*Border arround menu*/

#menu_vert ul ul {  width: auto; /* Width of Menu Items */
                 border-top: none;
                 border-right: none;
                 border-left: none;  
                 border-bottom: none;                 
              }

#menu_vert ul ul li {  list-style: none; background-image: url(images/menu_off.gif); background-repeat:no-repeat; } /* Menu background image*/
				  
/* Menu links*/

#menu_vert ul ul li a  {height: 16px; /* background image - padding top - padding bottom = height of menu for FF*/
                 display: block;
                 text-decoration: none;
                 width: 200px; /* Width of Menu Items */
                 padding-left: 10px;/*menu distance from left*/
                 padding-top: 7px;/*menu item distance from top SUREGULIUOTI PAGAL IE*/
	             padding-bottom: 6px;/*menu item distance from bottom SUREGULIUOTI PAGAL IE*/		         
                 font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
                 font-size:14px;
                 color: #000000;/*menu item color*/
                 
					 }

#menu_vert ul ul li a:hover {	background: url(images/menu_on.gif);background-repeat:no-repeat; color: #7a7a79; font-weight:bold;} /* Menu hover color/image*/

#menu_vert ul ul li a:active {background: url(images/menu_on.gif); color:#7a7a79; background-repeat: no-repeat; font-weight:bold;} /* Submenu hover color/image*/ 

			 
/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */





#menu_vert ul ul li a.menuactive {
   background: url(images/menu_on.gif) no-repeat;
   color: #7a7a79;
   font-weight:bold;
}





/*------------------------antras lygis --------------------------*/


/* Submenu links */
    div#menu_vert ul ul ul li {  list-style: none; background-image: url(images/submenu_on.gif); background-repeat: no-repeat;} /*submenu background image*/

    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
        display: block;
        width: 200px; /* Width of Menu Items */
	    height: 14px; /* background image - padding top = height of submenu */
        padding-top:4px;/*submenu name height - need centering*/
	padding-left: 10px;/*submenu distance from left*/
        padding-bottom: 6px;        
        border: 0px;
        font-size:12px;
        font-weight:normal;
	font-family: arial;
	color: #000000;/*submenu item color*/
    }
	 div#menu_vert ul ul ul li a:hover {background: url(images/submenu_on.gif); color:#7a7a79; background-repeat: no-repeat; font-weight:normal;} /* Submenu hover color/image*/ 

div#menu_vert ul ul ul li a:active {background: url(images/submenu_on.gif); color:#7a7a79; background-repeat: no-repeat; font-weight:normal;} /* Submenu hover color/image*/ 

/*Border arround submenu*/
	 div#menu_vert ul ul  ul {
      border-right: none;
      border-top: none;
      border-bottom: none;
      padding-bottom: 0px;		
    }

 
div#menu_vert ul ul ul ul li a.aktyvusmeniupunktas {
   background: url(images/submenu_on.gif) no-repeat;
   color: #7a7a79;
}


/* End of 'menu-vert' */

