	#vertnav{list-style: none; padding: 0; margin: 0;font-size: 0.688em;}
	
	#vertnav ul { 
		padding:0;
		margin:0;
		list-style: none;
		z-index:99;
		overflow:visible;
		position:absolute;
		width: 200px;
		background-color: #FAFBF6;		
	}
	
	#vertnav li { 
		position: relative;
		display:block;
		margin:0;
		width: 200px;		
		background: url('images/meniu_bullet.gif') no-repeat 15px 0.5em #C7C1A6;
		color: #7F7B4D;				
		font-size: 1em;		
		position: relative;
	}
	
	#vertnav ul li{ }
	
	#vertnav li{ border-width:1px 1px 0 1px;}
	
	#vertnav li:last-child
	{
		/*border-bottom:1px solid #CECECE;*/
	}
	
	#vertnav a {		
		font-weight: bold;
		text-decoration: none;
		color: #7F7B4D;
		border-bottom: solid 1px #BEB89F;
		border-right: solid 6px #BEB89F;		
		display: block;
		padding: 5px 0;
		padding-left: 35px;		
		position: relative;
	}
	
	* html #vertnav a
	{
		/*
		background: url(images/bullet1.gif) no-repeat 7px 16px;
		padding-top: 9px;
		padding-bottom: 8px;
		*/
	}
	
	#vertnav li:hover
	{
		color: #918C56;
	}
	
	#vertnav a:hover{	
	   	/*background-color: #E8EAE2;*/
	   	border-bottom: solid 1px #BEB89F;
		border-right: solid 6px #7F7B4D;
		color: #918C56;
	}
	
	#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{	
	    display:none; 	
	    position:absolute; 	
	    top:0; 	
	    left: 190px;	
	}
	
	#vertnav li:hover ul ul, #vertnav li:hover ul ul ul{	
	    display:none; 
	}
	
	
	
	#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul{
	    display:block;
	}
	
	li>ul { 	
		top: auto;	
		left: auto;	
	}
	
	/* Win IE only \*/	
	* html #vertnav li{float:left;} 	
	/* end holly hack */
