.MenuGroup
{
  border:solid 1px gray;
  border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F;
}

.TopMenuItem
{
	background-color: #CCCCCC;
	color:black;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	border: solid 1px gray;
	border-left-color:white;
	border-top-color:white;
	cursor:pointer;
	text-align: center;
}

.TopMenuItemHover
{
	background-color: #95ADFF;
	color:black;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	border: solid 1px gray;
	border-left-color:white;
	border-top-color:white;
	cursor:pointer;
	text-align: center;
}

.TopMenuItemActive
{
	background-color: #CCCCCC;
	color:black;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	border: solid 1px gray;
	border-left-color:gray;
	border-top-color:gray;
	cursor:pointer;
	text-align: center;
}

.MenuItem
{
	background-color: #CCCCCC;
	color:black;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	border: solid 1px gray;
	border-left-color:white;
	border-top-color:white;
	cursor:pointer;
	line-height: 18px;
	text-indent: 7px;
	text-align: left;
	width: auto;
}

.MenuItemHover
{
	background-color: #95ADFF;
	color:black;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	border: solid 1px gray;
	border-left-color:white;
	border-top-color:white;
	cursor:pointer;
	line-height: 18px;
	text-indent: 7px;
	text-align: left;
	width: auto;
}

.MenuItemActive
{
	background-color: #95ADFF;
	color:black;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	border: solid 1px gray;
	border-left-color:gray;
	border-top-color:gray;
	cursor:pointer;
	line-height: 18px;
	text-indent: 7px;
	text-align: left;
	width: auto;
}


