.TopGroup
{
	background-color: #f0f0f0;
	cursor: hand;
	margin: 0px 0px 1px;
}

.MenuGroup
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	cursor: default;
	border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
}

.TopMenuItem
{
	color: black;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	border-right:#f0f0f0 1px solid;
	border-top: #f0f0f0 1px solid;
	border-left: #f0f0f0 1px solid;
	border-bottom: #f0f0f0 1px solid;
}

.TopMenuItemHover
{
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	text-decoration: underline;
	border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: 1px solid;
}

.NonMenuItem
{
	color: black;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	border-right:#f0f0f0 1px solid;
	border-top: #f0f0f0 1px solid;
	border-left: #f0f0f0 1px solid;
	border-bottom: #f0f0f0 1px solid;
}

.NonMenuItemHover
{
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	text-decoration: underline;
	border-right:#f0f0f0 1px solid;
	border-top: #f0f0f0 1px solid;
	border-left: #f0f0f0 1px solid;
	border-bottom: #f0f0f0 1px solid;
}

.MenuItem
{
	color: #696969;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	margin: 0px;
	border-bottom: #e0e0e0 1px solid;
}


.MenuItemHover
{
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	cursor: hand;
	margin: 0px;
	text-decoration: underline;
	border-bottom: #e0e0e0 1px solid;
	background-color: #faf4f4;
}

.MenuBreak
{
  width:100%;
  height:1px;
}

.TemplatedItem
{
}