#wrapper-left {	
	width: 195px;
	margin: 0 0 0 0;
	font-size: 0.8125em;
}
.menu {
margin:0;
	width: auto;
	height: auto;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	padding-left: 0px;

	
}
.menu > li > a {

  width: 0px;
	height: 5em;
	line-height: 5em;
	text-indent: 0em;
	display: block;
	position: relative;
	font-family: Arial, sans-serif;
	font-weight: 600;
	color: #000;
  background: rgba(95,201,13,0.7);
	-moz-animation-name: shrink;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: shrink;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
}

.perenos{
line-height: 110%;
margin-left:70px;
}

.perenos1{
line-height: 70%;
margin-left:5px;
margin-top:5px;
}

.perenos2{
margin-top:5px;
line-height: 130%;
margin-left:5px;

}




.menu ul li a.odin {
	width: 100%;
	height: 2em;
	line-height: 2em;
	text-indent: 0em;
	display: block;
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 400;
	color: #000;
}

.menu ul li a {

	width: 100%;
	height: 3.3em;
	line-height: 3.3em;
	text-indent: 0em;
	display: block;
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 400;
	color: #000;
}

.menu > li > a:hover, .menu > li > a.active {
	color: #000;
	width: 100%;
  padding-left: 5px;
  -moz-animation-name: expand;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: expand;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
}
.menu > li > a.active {
	border-bottom: 1px solid rgba(0,0,0,0.4);
}
.menu > li > a:before {
	content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
}
.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -60px 0;
}
.item3 > a:before {
	background-position: 0 -60px;
}
.item4 > a:before {
	background-position: -60px -60px;
}
.item5 > a:before {
	background-position: -120px 0;
}
.item6 > a:before {
	background-position: -120px -60px;
}
.item7 > a:before {
	background-position: 0px -120px;
}
.item8 > a:before {
	background-position: -60px -120px;
}
.item9 > a:before {
	background-position: -120px -120px;
}
.item10 > a:before {
	background-position: 0px -180px;
}
.item11 > a:before {
	background-position: -60px -180px;
}

.item12 > a:before {
	background-position: -120px -180px;
}

.item13 > a:before {
	background-position: -0px -240px;
}
.item14 > a:before {
	background-position: -60px -240px;
}
.item15 > a:before {
	background-position: -120px -240px;
}

.item16 > a:before {
	background-position: -0px -300px;
}

.item17 > a:before {
	background-position: -60px -300px;
}

.item18 > a:before {
	background-position: -120px -300px;
}
.item19 > a:before {
	background-position: -0px -360px;
}
.item20 > a:before {
	background-position: -60px -360px;
}

.menu > li > ul li a:before{

	font-size: 8px;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a:before {
	color: #5aa321;
}


@-moz-keyframes expand {  
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  100% {
    width: 100%;
    padding-left: 5px;
  }
}


@-webkit-keyframes expand {  
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  100% {
    width: 100%;
    padding-left: 5px;
  }
}


@-moz-keyframes shrink {
  
  0% {
    width: 100%;
    padding-left: 5px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}


@-webkit-keyframes shrink {
  
  0% {
    width: 100%;
    padding-left: 5px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}



