.menu_top {
	background: url("../img/baner.bmp") 0 100% repeat-x;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	line-height: 25px;
	color: #000000;
}
.menu_top ul {
	margin: 0px;
	padding: 0px;
}
.menu_top li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
.menu_top a {
	text-decoration: none;
	font-weight: normal;
	color: rgb(255,255,35);
}
.menu_top a:hover {
	text-decoration: underline;
	font-weight: normal;
}
