/*
div.menu_top {
	background: url(../images/bg_menu_top.png) no-repeat;
	behavior: url(page/htc/iepngfix.htc);
	height: 14px;
	width: 260px;
}

div.menu_bottom {
	clear: both;
	background: url(../images/bg_menu_bottom.png) no-repeat;
	behavior: url(page/htc/iepngfix.htc);
	height: 14px;
}
*/
ul.mlv1 {
	width: 240px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(../images/bg_menu.jpg) repeat-y;
}
/*
div.mlv1 span{
	display: block;
	float: left;
	width: 5px;
	height: 25px;
	background: url(../images/bg_menu_left.png) repeat-y;
	behavior: url(page/htc/iepngfix.htc);
}
*/
/*
ul.mlv1 li {
	padding: 0;
	margin: 0;
	position: relative;
}
*/
/*
ul.mlv1 li , ul.mlv1 li a {
	outline: none;
	display: block; 
	height: 44px; 
	line-height: 44px;
	color: #6F534C;
	width: 240px;
	padding: 0;
	margin: 0;
}
*/
ul.mlv1 li a {
	outline: none;
	display: block; 
	height: 44px; 
	line-height: 44px;
	color: #6F534C;
	padding: 0;
	margin: 0;
	text-decoration: none;
	width: 210px;
	background-image: url(../images/mlv1.png);
	/*behavior: url(page/htc/fx-iepngfix.htc);*/
	padding-left: 30px;
	font-weight: bold;
}

ul.mlv1 li.mlv2 a {
	color: #344816;
	width: 190px;
	background-image: url(../images/mlv2.png);
	/*behavior: url(page/htc/fx-iepngfix.htc);*/
	padding-left: 50px;
}

ul.mlv1 li a.first {
	background-position:  0 0;
}

ul.mlv1 li a.last {
	background-position:  0 -50px;
}

ul.mlv1 li a:hover {
	color: #344816;
	background-image: url(../images/menu_hover.png);
	/*behavior: url(page/htc/fx-iepngfix.htc);*/
}

ul.mlv1 li a.sel {
	color: #000000;
	background-image: url(../images/menu_hover.png);
	/*behavior: url(page/htc/fx-iepngfix.htc);*/
}

ul.mlv1 li a span {
	font-size: 8px;
	font-weight: normal;
}

/*--------------------------------------------------- footer menu -------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul.mlv1_footer {
	margin-left: 50px;
	list-style-type: none;
	width: 615px;
	color: #154061;
	float: left;
}

ul.mlv1_footer li {
	display: block;
	float: left;
	margin-right: 25px;
	line-height: 25px;
}

ul.mlv1_footer li span {
	margin: 0 5px 0 5px;
}

ul.mlv1_footer li a {
	font-family: Verdana;
	font-size: 10px;
	color: #154061;
	text-decoration: none;
}

ul.mlv1_footer li a:hover {
	text-decoration: underline;
}

ul.mlv1_footer li a.sel {
	text-decoration: underline;
}