.topmenu {
    display: block;
    height: 47px;
	background: url(images/index1.png) left top no-repeat;
    padding-left: 34px;
    margin-top: 6px;
}

.top_menu{
	width: 100%;
	height: 47px;
	margin: 6px auto 0;
	background: url(images/index2.png) right top no-repeat;
   overflow: hidden; /* прячем пункты, выходящие за область обертки */
   position: relative; /* относительное позиционирование */
}

.top_menu ul{
	padding: 0;

	margin-top: 8px;
	margin-bottom: 0;

   float: left; /* прижимаем меню к левому краю обертки */
   position: relative; /* относительное позиционирование */
   left: 48%; /* сдвигаем меню вправо */
}

.top_menu ul li{
	list-style: none;
	float: left;
	padding: 0px;
	position: relative; /* относительное позиционирование */
	right: 50%; /* сдвигаем каждый пункт влево */
}

.top_menu li .selected {
	text-align: center;
	width: 100%;
/*background: #15406e center;*/
	border-radius: 4px;
	display: block;
}


.top_menu ul li a:link, .top_menu ul li a:visited, .top_menu ul li a:active{
	text-decoration: none;
/*padding: 12px 20px 12px 20px;*/
	padding-top: 6px;
	padding-right: 5px;
	margin: 0px 15px 0px 15px;
	display: inline;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
/*line-height: 2.5em;*/
}

.top_menu ul li a:hover{
	color: #fff;
}

.top_menu ul li .selected:link, .top_menu ul li .selected:visited, .top_menu ul li .selected:active, .top_menu ul li .selected:hover {
	color: #fff;
}

.div.menu-clear-left
{
	clear:left;
}