#listMenuRoot {
	line-height:30px;
}
#listMenuRoot A{
	color:#0288ca;
	text-decoration:none;
	display:block;
	padding:5px 0;
	font-size:16px; font-weight:bold;
	border-bottom:1px solid #ffdeac;
}
#listMenuRoot LI{
	// height:24px;
}
#listMenuRoot A:hover{
	color:#90551a;
}
#listMenuRoot UL{
	display:none;
	line-height:20px;
	padding:10px 10px 10px 24px;
	background:url(../images/submenu_bg.jpg) no-repeat 0 0;
}
#listMenuRoot UL A{
	border-bottom:0;
	padding:0;
	font-size:12px; 
	// height:24px;
}
