.menu A
{
	font-size: 11px;
	text-decoration: none;
}

.menu .menu_content
{
	position: relative;
	bottom: 1px;
}

.menu UL
{
	visibility:hidden;
	position:absolute;
	margin: 0px;
	padding: 0px;
	z-index: 5000;
	/*background: #fff no-repeat left top;
	width: 134px;
	*/
	border-bottom: solid 4px #305986;
}

.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: 18px;
	vertical-align: middle;
	background: #e6f0ff;	
	border-bottom: solid 1px #94a9bf;	
}

.menu UL LI A.two_line
{
	height: 40px;	
}
/*подменюшки*/
.menu UL LI A:hover
{
	color: #fff;
	background: #b0c7e9;
	border-bottom: solid 1px #94a9bf;
}


.menu UL LI .margin
{
	position: relative;
	left: 5px;
	top: 0px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #000;	
}

