.sideMenu { background-color:#898989;}
.sideMenu h3 {
	height:44px;
	line-height:44px;
	text-indent:30px; 
	background:url('../Image/l_fldj.jpg') top right repeat-x;
	cursor:pointer;color:#fff; font-size:14px; font-weight:100; 
}
.sideMenu h3 a{ color:#FFF;}
.sideMenu h3 a:hover{ color:#ffff4d;}
.sideMenu h3 em {
	float:right;
	display:block;
	width:40px;
	height:32px;
	background:url(images/icoAdd.png) 16px 12px no-repeat;
	cursor:pointer;
}
.sideMenu h3.on em {
	background-position:16px -57px;
}
.sideMenu ul { width:100%;	color:#999;
	display:none; /* 默认都隐藏 */
}

.sideMenu ul li{ font-size:14px; height:44px; line-height:44px; text-indent:10px; font-size:14px; font-weight:bold; text-indent:10px; font-weight:100; }
.sideMenu ul li a{ width:216px; height:44px; line-height:44px; float:left; color:#fff; background-color:#585858;}
.sideMenu ul li a:hover{ width:216px; height:44px; line-height:44px; float:left; color:#ffff4d; }

