.MainGroup
{ 	
	background-image: url(images/MainItemBg.gif);
	cursor:pointer;
	cursor:hand;
}
.GroupItem 
{
         cursor: pointer;
         cursor: hand;
        padding: 0px 0px 0px 0px;
}




.MenuGroup
{
	background-image: url(images/ItemBg.gif);
	cursor:pointer;
	cursor:hand;
	width:130px;
	border: 0px solid ;
	border-top: 0px;
	border-bottom: 0px solid ;
}

.MenuItem
{
	font-family:Arial, Tahoma;
	font-size:11px;
	color: #666666;
	background-image: url(images/ItemSeparator.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 22px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding-left: 4px;
	padding-top:2px;
}

.MenuItemOver
{
	font-family:Arial, Tahoma;
	font-size:11px;
	color: #000000;
	background-image: url(images/ItemOver.gif);
	height: 22px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding-left: 4px;
	padding-top:2px;
}

.MenuItemClicked
{
	font-family:Arial, Tahoma;
	font-size:11px;
	color: #000000;
	background-image: url(images/ItemClicked.gif);
	height: 22px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding-left: 4px;
	padding-top:2px;
}
.Separator
{
	background-image: url(images/ItemSeparator.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 3px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}