.MenuGroup
{
	background: url(../uploads/keep/menurepeat.jpg) black repeat-y right top;
	margin: 0px;
	width: 135px;
	cursor: pointer;
	text-align: left;
}

.MenuItem
{
	background-position: left center;
	font-weight: bold;
	font-size: 13px;
	background-image: url(images/puck1.jpg);
	margin: 0px;
	width: 115px;
	color: gainsboro;
	background-repeat: no-repeat;
	font-family: Tahoma;
	height: 18px;
	text-align: right;
	font-variant: normal;
}

.MenuItemClicked
{
	background-position: left center;
	font-weight: bold;
	font-size: 13px;
	background-image: url(images/puck2.jpg);
	margin: 0px;
	width: 115px;
	cursor: POINTER;
	color: white;
	background-repeat: no-repeat;
	font-family: Tahoma;
	height: 18px;
	text-align: right;
	font-variant: normal;
}

.MenuItemOver
{
	background-position: left center;
	font-weight: bold;
	font-size: 13px;
	background-image: url(images/puck2.jpg);
	margin: 0px;
	width: 115px;
	cursor: POINTER;
	color: white;
	background-repeat: no-repeat;
	font-family: Tahoma;
	height: 18px;
	text-align: right;
	font-variant: normal;
}

.Separator
{
	background-color: Transparent; 
	margin-left: 2px;
	margin-right: 2px;
}

.Spacer
{
	background-color: Transparent; 
}