﻿.top_menu
{	
	height:120px;
	left:50%;
	margin:0 0 0 -370px;
	position:absolute;
	top:0;
}
.top_menu ul
{
	background:transparent url('Images/Common/Menu/menu_bg.png') repeat-y scroll 0 0;
   	display:inline;
   	float:left;
	font-size:8pt;
	list-style:none;
	list-style-position:outside;
	line-height:25px;
   	min-height:120px;
	padding:10px 20px 10px 15px; /*нижний паддинг пока на испытательном сроке*/
	width:auto;
}
.top_menu ul li
{
	font-weight:lighter;
	color:#fff;
}

.top_menu a
{
	color:#fff;
	text-decoration:underline;
	padding-left:21px;
	background:transparent url('Images/Common/Menu/arrow.png') no-repeat scroll 0 5px;
}
.top_menu a:hover, .top_menu a:active
{
	color:#fff;
	text-decoration:none;
}
