#had{
	width: 100%;
	background: white;
	float: left;
}
#header{
	width: 960px;
	height: 45px;
}
#logo img{
	width: 226px;
	float: left;
	margin-top: 2px;
}
#menu ul{
	float: right;
}
#menu a{
	float: left;
	font-family: HelveticaNeueCyr-Ligth;
}
#menu li{
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	height: 33px;
	font-size: 17px;
	font-family: HelveticaNeueCyr-Ligth;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
}
#menu a:hover p{
	color: white;
}
#menu li:hover{
	background: #00A99D;
}

#menu a{
	text-decoration: none;
	color: black;
}
#lang li{
	list-style-type: none;
	width: 116.5px;
	text-align: center;
	cursor: pointer;
}
#lang ul{
	float: left;
	margin-left: -40px;
	margin-top: 2px;
}
#lang a{
	font-family: HelveticaNeueCyr-Ligth;
	margin-top: 2px;
	float: left;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
#lang a:hover p{
	color: white;
}
#lang li:hover{
	background: #00A99D;
}