﻿.MenuSplit
{
	font-family: 宋体;
	font-size: 12px;
	color: #00cc00;
}
.MenuTopGroup
{
	color:White ;
	line-height: 100%;
	font-family: 宋体;
	font-size: 12px;
	border: 1px;
	padding: 1px;
	text-align:center;
	cursor: pointer;
	width:59px;
}

.MenuGroup
{
	line-height: 100%;
	background-color: #2D93C9;
	font-family: 宋体;
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: Gray;
}

.MenuItem
{
	line-height: 100%;
	background-color: #2D93C9;
	color:White ;
	font-family: 宋体;
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: #2D93C9;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}
.MenuItemUnused
{
	line-height: 100%;
	background-color: #2D93C9;
	color: White;
	font-family: 宋体;
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: #3476AB;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: default;
}
.MenuItemOver
{
	line-height: 100%;
	background-color: #3476AB;
	color:White ;
	font-family: 宋体;
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}
.MenuItemOverUnused
{
	line-height: 100%;
	background-color: #2D93C9;
	color: White;
	font-family: 宋体;
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: #00cc00;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: default;
}


