	/* LEFT MENUS */
	#menuleft1 {
		width: 150px; /* sirina gumba */
		border-bottom:none;
	}
	#menuleft1 ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align:left; /* align text */
		border-bottom:none;
	}
	#menuleft1 li {
		margin: 0;
		margin-bottom:0px;
		border-bottom:none;
		height:25px;
	}
	#menuleft1 a {
		display: block;
		padding: 2px 22px 2px 2px;
		padding-right:0px;
		background-image:  url(images/b_menuleft-unhover.gif);
		background-repeat: no-repeat;
		height: 25px;
		border-bottom:none;
	}
	#menuleft1 a:link, #menuleft1 a:visited {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding-left:5px;
		padding-top:5px;
		padding-right:0px;
		text-decoration: none;
		color:black;
		font-size:12px;
	}
	
	#menuleft1 a:hover, #menuleft1 a:active {
		background-image:  url(images/b_menuleft-hover.gif);
		background-repeat: no-repeat;
		color: black;
	}
	#active a:link, #active a:visited,
	#active a:hover, #active a:active {
		background-image:  url(images/b_menuleft-active.gif); /* active */
		background-repeat: no-repeat;
		color: white;	
	}
	#active2 a:link, #active2 a:visited,
	#active2 a:hover, #active2 a:active {
		background-image:  url(images/b_menuleft-active.gif); /* active */
		background-repeat: no-repeat;
		color: white;	
	}
	#active3 a:link, #active3 a:visited,
	#active3 a:hover, #active3 a:active {
		background-image:  url(images/b_menuleft-active.gif); /* active */
		background-repeat: no-repeat;
		color: white;	
	}