/*Верхнее меню*/
#container_tn {
	position: absolute;
	z-index:10;
	top: 70px;
	height: 35px;
	background: url(/gfx/tn_bg.png) repeat-x;
	width: 100%;
}
ul#top_navigation, ul#top_navigation li {
	margin: 0;
	padding: 0;
}
ul#top_navigation {
	list-style-type: none;
}
ul#top_navigation li {
	float: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background: url(/gfx/li_l.png) no-repeat;
	padding-left: 40px;
	padding-right: 0px;
}
#top_navigation li.first {
	background: url(/gfx/li_l_first.png) no-repeat;
	padding-left: 25px;
}
#top_navigation a:link, #top_navigation a:visited, #top_navigation a:active {
	color: #000000;
	text-decoration: none;
}
#top_navigation a:hover {
	color: #ffefb6;
}
li#active {
	color: #ffefb6;
}
/*~Верхнее меню*/
/*Навигация по сайту*/
#nav {
	position: absolute;
	top: 19px;
	right: 62px;
	vertical-align: bottom;
}
#nav img#home {
	margin-right: 18px;
}
#nav img#sitemap {
	margin-right: 20px;
}
/*~Навигация по сайту*/