﻿.MenuItemTop
{
	cursor: hand;
	color: #ffffff;
	letter-spacing: 1px;
	BACKGROUND-IMAGE: url(../img/Transparent.gif);
	height: 28px;
	text-align: center;
	padding-top: 2px;
	font: bold 14px/28px;
	filter: DropShadow(Color=#600D02, OffX=1, OffY=1, Positive=1); /* 阴影白字 */
	vertical-align:middle;
}
.MenuItemTopOver
{
	cursor: hand;
	color: yellow;
	letter-spacing: 1px;
	BACKGROUND-IMAGE: url(../img/Transparent.gif);
	height: 28px;
	text-align: center;
	padding-top: 2px;
	font: bold 14px/28px;
	filter: DropShadow(Color=#600D02, OffX=1, OffY=1, Positive=1); /* 阴影白字 */
	vertical-align:middle;
}

.MenuItemSubGroup
{
	border: #D00020 1px solid;
	width: 100px;
	font: 13px/16px Verdana;
	white-space: nowrap;
	background-color: white;
	border: 1px solid #EB0415;
	filter: alpha(opacity=90);
	cursor: hand;
}
.DefaultItem
{
	background-color: white;
	border: 1px solid white;
	color: #131313;
	font: 13px/16px Verdana;
	white-space: nowrap;
	cursor: hand;
	padding: 2px 10px;
}
.DefaultItemOver
{
	background-color: #FDE5E7;
	border: 1px solid #F9B3B8;
	color: #EB0415;
	font: 13px/16px Verdana;
	white-space: nowrap;
	cursor: hand;
	padding: 2px 10px;
}

.MenuItemTopSplit
{
	height: 4px;
	width:7px;
	text-align: center;
	vertical-align:middle;
	margin-left:10px;
	margin-right:10px;
}