ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:1000;
}
ul li {position: relative;list-style: none;}
li ul {position: absolute;left: 0px;top: 50;display: none;}
ul li a {
	display: block;
	color:#324A62;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E7EBE7;
	border-left-color: #E7E7E7;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	height: 39px;
	width: 160px;
	background-image: url(../img_lay/bt_down.jpg);
}
ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-image: url(../img_lay/bt_up.jpg);
	}
ul li.active{
	text-decoration:none;
	color:#FFFFFF;
	background-image: url(../img_lay/bt_up.jpg);
	

}
ul li ul li{
	z-index:1000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #F3F3F3;
}
ul li ul li a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:4px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E7EBE7;
}
ul li ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color: #F45F34;
}

	/* Fix IE. Hide from IE Mac \*/
html ul li { height: 1%;}
html ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul { display: block; }
