#TopMenu, #FooterMenu
{
	margin: 0;
	padding: 0;
	float: right;
	width: 400px;
	font-family: Verdana;
	font-size: 10px !important;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}

.lv #TopMenu
{
	width: 250px;
}
.ru #TopMenu
{
	width: 300px;
}

#Footer #FooterMenu
{
	width: 450px !important;
	position: absolute;
	left: 50%;
}

#TopMenu li, #FooterMenu li
{
	float: right;
	display: block;
	margin-left: 10px;
}
#TopMenu a, #FooterMenu a
{
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: none;
	margin-left: 10px;
}
#TopMenu a:hover, #FooterMenu a:hover
{
	color: #BF2F37;
}

#TopMenu
{
	line-height: 18px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 350px;
}
#TopMenu a
{
	display: block;
	float: right;
}
#TopMenu a.current
{
	color: black;
}
#FooterMenu a.current
{
	color: white;
}

#TopMenu a#CampaignMenuLink:first-letter
{
	color: #BF2F37;
}
