/* Верхнее меню */
#wb_UpperMenu1
{
	border: none;
	background-color: transparent;
	margin: center;
	text-align: center;
}
#wb_UpperMenu1 ul
{
	list-style-type: none;
	padding: 0;
	position: static;
	display: inline-block;
}
#wb_UpperMenu1 li
{
	float: left;
	margin: 15px;
	width: 85px;
}
#wb_UpperMenu1 a
{
	display: block;
	float: left;
	color: #DCDCDC;
	border: none;
	background-color: transparent;
	background-image: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	width: 100px;
	height: 35px;
	line-height: 50px;
	text-align: center;
}
#wb_UpperMenu1 li:hover a, #wb_UpperMenu1 a:hover
{
	background-color: transparent;
	background-image: none;
	color: #FFFFFF;
	border: none;
}

#wb_UpperMenu1
{
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}
