/* DOWN menu */
.left_menu {
 margin:0;
}    

.left_menu li {
 font-size:17px;
 list-style-type: none;
}

.left_menu a {
font-family: Georgia, 'New York CE', utopia, serif;
 color:#333;
 text-decoration:none;
 display:block;
 font-weight:bold;
/* height:32px;*/
 line-height:22px;
 padding:5px 0 5px 30px;
 background: url('../_img/button.jpg') transparent no-repeat left bottom; /*background of tabs (default state)*/
}
.left_menu a:hover, .left_menu .mactual a {
  color:#314e86;
 /*background: url('../_img/button-hover.jpg') transparent no-repeat left bottom; /*background of tabs (default state)*/
}
.left_menu li ul li {
	margin-left:10px;
	margin-right:7px;
}
.left_menu li ul li a{
	background:#C6CACD;
}
.left_menu li ul li ul li {
	margin-right:0;
}
/* navi menu*/
#lng {
  position:absolute;
  width:29px;
  top:30px;
  right:26px;
}
#lng a img{
  display:block;
  margin:5px 0;
  opacity:0.7;
  filter:alpha(opacity=70);
  border:solid 1px #666;
}
#lng a:hover img, #lng a#MW_actual_lng img{
  opacity:1;
  filter:alpha(opacity=100);
}