.menu A
{
	font-size: 11px;
	text-decoration: none;
}

.menu .menu_content
{
	position: relative;
	bottom: 1px;
}

.menu UL
{
	filter:alpha(opacity=85);
	visibility:hidden;
	position:absolute;
	margin: 0px;
	padding: 0px;
	z-index: 5000;
	/*background: #fff no-repeat left top;
	width: 134px;
	*/
	border-bottom: solid 3px #3b5baf;
}

.menu .hover UL
{
	visibility:visible;
	position: absolute;
	z-index:100;	
}

.menu UL LI
{
	list-style-type : none;
	text-align: left;
	float: None;
	display: block;
	cursor: default;
	color: #000;	
	line-height: 100%;
	margin: 0px;
	padding: 0px;	
}

/*при навидении на меню - подменюшки*/
.menu UL LI A
{
	padding: 6px;
	padding-left: 11px;
	display: block;
	width: 100%;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	color: #000;
	height: 14px;
	vertical-align: middle;
	background: #d8d7d7;	
	border-bottom: solid 1px #b0b0b0;	
}

.menu UL LI A.two_line
{
	height: 40px;	
}
/*подменюшки*/
.menu UL LI A:hover
{
	color: #fff;
	background: #3b5baf;
	border-bottom: solid 1px #b0b0b0;
}

tr.menu_site_section_buttons td.menu div.menu_content li a.selected_submenu
{
	color: #fff;
	background: #3b5baf;
	border-bottom: solid 1px #b0b0b0;
}


.menu UL LI .margin
{
	position: relative;
	left: 5px;
	top: 0px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #000;	
}

.menu.last ul{
	right:0!important;
}