/* CSS Document */

<!--начало верхнее меню-->
#up_menu {text-align:right;}
#up_menu {
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#up_menu ul{
	margin: 0;
	padding: 0;
	float: right;
	width: 79%;
	background: #efe8d6;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #efe8d6;
	border-right-color: #efe8d6;
	border-bottom-color: #efe8d6;
	border-left-color: #efe8d6
}

#up_menu ul li{
display: inline;
}

#up_menu ul li a{
	float: left;
	color: #674b33;
	padding: 5px 9px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efe8d6;
}

#up_menu ul li a:visited{
color: #674b33;
}

#up_menu ul li a:hover, .up_menu ul li .selected{
	color: #9d3d0b !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #e7dec1;
}


<!--конец верхнее меню-->