
   
#block1 
{
    float: left;
    position: absolute;
	left: 0; top: 0;
	background: #8B8B83;
	width: 15%;
	height: 100%;
	}
#block2 {
	    position: absolute;
	height: 30px;
	background: #BEBEBE;
	  top: 40px; /* Расстояние от верхнего края */
    left: 0px; /* Расстояние от левого края */ 
    bottom: 0; right: 0;
}

#block3{
	    position: absolute;
	height: 40px;
	background: ;
	  top: 0px; /* Расстояние от верхнего края */
    left: 15%; /* Расстояние от левого края */ 
    bottom: 0; right: 0;
	background: url('123_31.jpg')
}

#content {
margin-left: 17%;
margin-top: 90px;
max-width: 83%;
background-size: contain;
}

#menu {
position: relative;
left: 10px;
background: #BEBEBE;
}

ul {
   
    list-style-type: none}
	
	li.selected {
	 line-height:22px;
	}
	
	.pointer {
	position: absolute;
	right: -12px;
	top: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #85AB70;
	
	
}

 .selected {
	background: 15px 7px no-repeat, #85AB70 !important;
    margin-left: -40px;
	margin-right: -0px;	
	padding-left: 50px;
}



