/* Start of CMSMS style sheet 'vertical-menu' */
/*---------------------------------------------- Vertical Meniu CSS  !!PATIKRINTI MENIU ANT IE------*/
#menu_vert, #menu_vert ul {margin: 0;padding: 0; }

/*Border arround menu*/

#menu_vert ul {  width: auto; /* Width of Menu Items */
                 border-top: none;
                 border-right: none;
                 border-left: none;  
                 border-bottom: none;                 
              }

#menu_vert li {  list-style: none; background-image: url(images/meniu2_off.gif); background-repeat:no-repeat; } /* Menu background image*/
				  
/* Menu links*/

#menu_vert li a  {height: 16px; /* background image - padding top - padding bottom = height of menu for FF*/
                 display: block;
                 text-decoration: none;
                 width: 179px; /* Width of Menu Items */
                 padding-left: 20px;/*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-weight:bold;
                 font-family: arial;
                 font-size:12px;
                 text-transform:uppercase;
                 color: #7a7a79;/*menu item color*/
                 
					 }

#menu_vert li a:hover {	background: url(images/meniu2_on.gif);background-repeat:no-repeat; color: #ca0a07;} /* Menu hover color/image*/

#menu_vert ul ul li a:active {background: url(images/meniu2_on.gif); color:#ca0a07; 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 a.aktyvusmeniupunktas {
   background: url(images/meniu2_on.gif) no-repeat;
   color: #ca0a07;
}



/*------------------------antras lygis --------------------------*/


/* Submenu links */
    div#menu_vert ul ul li {  list-style: none; background-image: url(images/meniu2_suboff.gif); background-repeat: no-repeat;} /*submenu background image*/

    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        width: 179px; /* Width of Menu Items */
	height: 11px; /* background image - padding top = height of submenu */
        padding-top:3px;/*submenu name height - need centering*/
	padding-left: 35px;/*submenu distance from left*/
        padding-bottom: 7px;        
        border: 0px;
        font-size:11px;
        font-weight:bold;
	font-family: arial;
	color: #77736e;/*submenu item color*/
    }
	 div#menu_vert ul ul li a:hover {background: url(images/meniu2_subon.gif); color:#ca0a07; background-repeat: no-repeat; font-weight:bold;} /* Submenu hover color/image*/ 

div#menu_vert ul ul li a:active {background: url(images/meniu2_subon.gif); color:#ca0a07; background-repeat: no-repeat; font-weight:bold;} /* Submenu hover color/image*/ 

/*Border arround submenu*/
	 div#menu_vert ul ul  {
      border-right: none;
      border-top: none;
      border-bottom: none;
      padding-bottom: 0px;		
    }

 
div#menu_vert ul ul li a.aktyvusmeniupunktas {
   background: url(images/meniu2_subon.gif) no-repeat;
   color: #ca0a07;
}

/*------------------------trecias lygis --------------------------*/


/* Submenu 2links */
    div#menu_vert ul ul ul li {  list-style: none; background-image: url(images/meniu2_subsuboff.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: 238px; /* Width of Menu Items */
	height: 12px; /* background image - padding top = height of submenu */
        padding-top:0px;/*submenu name height - need centering*/
	padding-left: 40px;/*submenu distance from left*/
        padding-bottom: 4px;        
        border: 0px;
        font-size:12px;
        font-weight:normal;
	font-family: arial;
        text-transform: none;
	color: #77736e;/*submenu item color*/
    }
	 div#menu_vert ul ul ul li a:hover {background: url(images/meniu2_subsubon.gif); color:#2c69aa; background-repeat: no-repeat; font-weight:normal;} /* Submenu hover color/image*/ 

div#menu_vert ul ul ul li a:active {background: url(images/meniu2_subsubon.gif); color:#2c69aa; 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 li a.aktyvusmeniupunktas {
   background: url(images/meniu2_subsubon.gif) no-repeat;
   color: #2c69aa;
}







/* End of 'vertical-menu' */

