.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: #F6F6F3;
	background-image: url();
	background-repeat: repeat-x;
	border-top: 1x solid #8DB7BD;
	width: 112px;}

.MainItem
{
	font-family: Arial, 宋体, Verdana;
	font-size: 12px;
	height: 23px;
	color: #666666;
	text-transform: uppercase;
	padding-bottom: 6px;
	background-color: white;
	cursor: pointer;
	cursor: hand;
	box-sizing: border-box;
	-moz-box-sizing: border-box;}

.MainItemOver
{
	font-family: Arial, 宋体, Verdana;
	font-size: 12px;
	height: 23px;
	color: #666666;
	text-transform: uppercase;
	padding-bottom: 6px;
	background-image: url();
	background-color: white;
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
	cursor: hand;
	box-sizing: border-box;
	-moz-box-sizing: border-box;}

.MainItemOverNoChild
{
	font-family: Arial, 宋体, Verdana;
	font-size: 12px;
	height: 23px;
	color: #666666;
	text-transform: uppercase;
	padding-bottom: 6px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
	cursor: hand;
	box-sizing: border-box;
	-moz-box-sizing: border-box;}

.MenuItem
{
	font-family: Arial, 宋体, Verdana;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: #7C7164;
	height: 18px;
	padding: 6px 0px 6px 9px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;
	box-sizing: border-box;
	-moz-box-sizing: border-box;}

.MenuItemOver
{
	font-family: Arial, 宋体, Verdana;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: #4D3D2B;
	height: 18px;
	padding: 6px 0px 6px 9px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;
	box-sizing: border-box;
	-moz-box-sizing: border-box;}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:12px;
	text-align: left;}

.MenuItemClicked
{
	font-family: Arial, 宋体, Verdana;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 9px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;}

TD..MainItemContentCell
{}

TD.contentCell
{
	padding-top:8px;
	width:80px;}

.Separator
{
	background-image: url();
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 3px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	cursor:default;}