
.menu_top
{
	margin: 0px auto;
	width: 899px;
	height: 70px;
	/*border: 1px red solid;*/
	background:  url(../img/menu/linka.png) repeat-x;
}


a.menu_btn, a.menu_btn_sel, .menu_uklid
{
	margin-left: 20px;
	display: block;
	float: left;
	padding-top: 20px;
 	/*border: 1px green solid;*/
	width: 125px;
	text-decoration: none;
	font-family: Verdana;
	color: rgb(113,114,106);
	font-weight: bold;
}

a.menu_btn_sel
{
	padding-top: 30px;
}

.menu_uklid
{
	position: relative;
	width: 125px;
	z-index: 10;
}

ul.uklid, ul.uklid a
{
	list-style: none;
	background-color: #0a4685;
	color: white;
	font-style: italic;
	font-size: 14px;
	/*display: none;*/
}

ul.uklid li
{
	border: 1px black solid;
	padding: 1px;
	text-align: center;
}



