#navigation {
	padding:0;
	height:68px;
	float:left;
}
#sidebar_l li {
	background-color: #ffffff;
	border:1px solid #D02E2E;
	width:185px;
	margin: 5px auto 5px;
	float:left;
}
#sidebar_l li:hover {
	border:1px solid #D02E2E;
	width:185px;
	margin: 5px 0 5px -10px;
	font-weight:bold; 
}

#sidebar_l li.current_page_item a:hover {
    color:#D02E2E;
}

#sidebar_l li.current_page_item a {
    color:#D02E2E;
}
#sidebar_l ul a:hover {
    color:#000000;
    
}

#sidebar_l ul a {
	display: block;
	text-decoration:none;
	background:none;
	color: #000000;
	margin: 0;
	padding:10px 5px 10px 10px;
}

#headwrapper {
  
  width:1024px;
  height:183px;

}


#hmenu {
  width:836px;
  height:224px;
  float:left;
}

#podkl {
   margin-left:40px;
   margin-top:25px;
   width:540px;
   float:left;
}

#sidebar_r li {
	-moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 3px 3px 7px #CCCCCC;
    box-shadow: 3px 3px 7px #CCCCCC;
	-webkit-box-shadow: 3px 3px 7px #cccccc;
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #f6f6f6) repeat scroll center center #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#fff));
	border:1px solid #D02E2E;
	width:170px;
	margin: 5px auto 5px;
	padding:10px 5px 10px 10px;
	float:left;
	
	/*margin:0 10px 15px 0;
	padding: 0;
	text-align: center;*/
}


#sidebar_r li:hover {
  -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 3px 3px 7px #CCCCCC;
    box-shadow: 3px 3px 7px #CCCCCC;
	-webkit-box-shadow: 3px 3px 7px #cccccc;
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #f6f6f6) repeat scroll center center #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#fff));
	border:1px solid #D02E2E;
	width:185px;
	margin: 5px 0 5px -10px;
	padding:10px 5px 10px 10px;
  
  font-weight:bold; 
}


#sidebar_r li.current_page_item a:hover {
    color:#D02E2E;
}

#sidebar_r li.current_page_item a {
    color:#D02E2E;
}

#sidebar_r a {
   text-decoration:none;
   background:none;
  /*border-bottom: 1px solid #D02E2E;
    color:gray;
    font-size: 100%;
    letter-spacing: normal;
    margin: 0 0 5px;
    padding: 0 0 10px 15px;
    text-transform: uppercase;
	height: 42px;
	   background: url("../images/info_block_bg.jpg") repeat-y scroll center 0 transparent;  */
    color: #D42E2E;
    
    margin: 0;
    padding: 0;
    width: 190px;
    
  
   
}
