.Menu_L_Bg {
	background-color: #FFF;
	background-image: url(../images/public/L_Menu_Line_Bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: no;
}
.Menu_Bg {
	background-image: url(../images/public/L_Menu_Line_Bg_2.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 198px;
	vertical-align: top;
}
.MenuLevel1{
	position:relative;
	height:7px;
	cursor:hand;
	padding-left: 10px;
	line-height: 30px;
}
.MenuLevel1 span{
	position : absolute;
	padding-top: 9px;
	bottom: -1px;
	visibility: visible;
	z-index: 6;
}
.MenuLevel4{
	display:block;
	font-size:12px;
	color:#666;
	height:28px;
	line-height:27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	width: 150px;
	margin-left: 25px;
	padding-left: 5px;
}
a.MenuLevel4 {
 text-decoration:none;
}
a.MenuLevel4:hover {
	color:#666;
	text-decoration:none;
	background-color: #f6f6f6;
}
.SubMenuLayer{
 display:inline ;
 cursor:hand ;
}
.SubMenuLayerHidden{
 display:none ;
 cursor:hand ;
}
