﻿.LeftMenuArea 
{
	width:200px;
}
.AccordionMenuArea
{
    width: 100%;
}
.LeftMenuHeader 
{
	color: White; 
	cursor: pointer;  
	font-weight: bold; 
	border: 1px solid #300;
	padding-left: 5px;
	height: 22px;
	line-height: 22px;
	background-image: url(/Assets/Images/group_bg.gif);
}
.LeftMenuList 
{
	display: none; 
	margin-top: 10px;
	margin-bottom: 10px;
}
.LeftMenuItem 
{ 
	display: block;
	line-height: 25px;
	text-decoration: none;
}
.LeftMenuIcon
{
	margin-left: 10px; 
	margin-right: 10px;
	background-image: url(/Assets/Images/YinYanBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	width: 10px;
	float: left;
}
.mC {width:100px; margin:5px; float:right;}
.mC h5 {color:#60c; cursor:pointer;  font-weight:bold; border-top:1px solid #300;}
.mC ul {display:none; margin-left:0; margin-bottom:10px; padding-left:0; list-style: none;}
.mC li {margin-left:0; display:block;}
                    