.menu {
	margin-left:0px;
	margin-top:0px;
	position: relative;
	border:0px;
	height:50px;
	width: 540px;
}

.menu dl {
	width: 90px;
	height:20px;
	margin: 0;
	padding-top:0px;
}
.menu dt {
	margin-top:0px;
	padding: 11px 0px;
	cursor: pointer;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
.menu dd {
	margin:0px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:4px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3F3F3F;
	color: #BDC911;
	line-height: 11px;
}
.m_link{
	text-align: center;
	background-color: transparent;
	color: #BDC911;
	font-size:11px;
	font-weight: 600;
}
a:link.m_link {
	color: #BDC911;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	font-weight: 600;
	font-size:11px;
	border:0px;
}
a:visited.m_link {
	color: #BDC911;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	font-weight: 600;
	font-size:11px;
	border:0px;
}

a:hover.m_link {
	color:  #F3F4DC;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	font-weight: 600;
	font-size:11px;
	border:0px;
}
dd.rounded{
	background-color: transparent;
	height: 10px;
	padding:0px;
	background-image: url(img/rounded.png);
	background-repeat: no-repeat;
}
#lang{
  list-style: none;
  width: 30px;
  height: 30px;
  background: none;
  
}
#lang span {
	display: block;
  position: relative;
  width: 30px;
  height: 30px;
   margin: 0px;
}
#lang a {
	padding:0px;
  display: block;
  width: 30px;
  height: 40px;
  outline: none;
}
#lang a:hover span {
  width: 30px;
  height: 30px;
   margin: 0px;
	border:0px;
  background-color: none;
}
#lang .lang_link {
 width: 30px;
  height: 30px;
  background: none;
  margin: 0px;
}
#lang .lang_link span {
  width: 30px;
  height: 30px;
  margin: 0px;
  background: none;
}



