/* DOWN menu */
.left_menu {
}    

.left_menu li {
 font-size:12pt;
 list-style-type: none;
}

.left_menu a {
 color:#333;
 text-decoration:none;
 display:block;
 height:32px;
 line-height:32px;
 font-weight:bold;
 padding-left:40px;
 background: url('../_img/button.jpg') transparent no-repeat left center; /*background of tabs (default state)*/
}
.left_menu li a:hover, .left_menu li.mactual a {
	color:#fff;
 	background:url('../_img/button-hover.jpg') transparent no-repeat left center;
}
.left_menu li ul li {
}
.left_menu li.mactual ul li a{
	padding-left:60px;
	color:#fff;
	background: url('../_img/button.jpg') transparent no-repeat left center; /*background of tabs (default state)*/
}
.left_menu li.mactual ul li a:hover, .left_menu li.mactual ul li.sactual a{
	color:#fff;
 	background:url('../_img/button-hover.jpg') transparent no-repeat left center;
}

/* navi menu*/
#lng {
  position:absolute;
  top:20px;
  left:198px;
}
#lng a img{
  margin:2px;
  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);
}
