﻿.blmenu {
	padding: 0 0 0 32px;
	margin: 0;
	list-style: none;
	height: 20px;
	position: relative;
	z-index: 500;
	font-family: arial, verdana, sans-serif;
	background-color: #0F0898 ;
}
.blmenu li.top {
	display:block; 
	float:left;
	}
.blmenu li a.top_link {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 4px;
	cursor: pointer;
	background: #0F0898 no-repeat;
}
.blmenu li a.top_link span {
	float: left;
	display: block;
	padding: 0 20px 0 10px;
	height: 20px;
	background: #0F0898 right top;
}
.blmenu li a.top_link:hover {
	color: #FFFFFF;
	background: #0F0898 no-repeat;
	line-height: 20px;
}
.blmenu li a.top_link:hover span {
	background: #0F0898 no-repeat right top;
}

.blmenu li:hover > a.top_link {
	color: #FFFFFF;
	background: #0F0898 no-repeat;
	line-height: 20px;
}
.blmenu li:hover > a.top_link span {
	background: #0F0898 no-repeat right top;
}

.blmenu table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
	}
	
.blmenu a:hover {
	visibility:visible; 
	position:relative; 
	z-index:200;
}
.blmenu li:hover {
	position:relative; 
	z-index:200;
}
.blmenu ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

.blmenu ul.sub1 {
	width: auto;
}
.blmenu ul.sub2 {
	width: auto;
}
.blmenu ul.sub3 {
	width: auto;
}
.blmenu ul.sub4 {
	width: auto;
}

.blmenu :hover ul {
	left: 0;
	top: 20px;
	background: #0F0898;
	padding: 3px;
	border: 1px #000000 solid;
	border-width: 0 1px 1px;
	white-space: nowrap;
	height: auto;
	z-index: 300;

}
.blmenu :hover ul li {
	display:block; 
	height:20px; 
	position:relative; 
	font-weight:normal; 
	width:auto;
	}
.blmenu :hover ul li a {
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	width: auto;
	padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.blmenu :hover ul li a:hover {
	background: #0F0898 ;
	color: #fff;
	
}
