.MainGroup
{ 	
	background-image: url(../Images/Menu/MainItemBg.gif);
	cursor:pointer;
	cursor:hand;
}

.MainItem
{
	font-family:Arial, Tahoma;
	font-size: 12px;
	color: #666666;
	height: 22px;
	padding: 0px 2px;
	background-image: url(../Images/Menu/MainItemSeparator.gif);
	background-repeat: no-repeat;
}

.MainItemOver
{
	font-size: 12px;
	font-family:Arial, Tahoma;
	color: #000000;
	height: 22px;
	padding: 0px 2px;
	background-image: url(../Images/Menu/MainItemSeparator.gif);
	background-repeat: no-repeat;
}

.MainItemClicked
{
	font-size: 12px;
	font-family:Arial, Tahoma;
	
}


.MenuGroup
{
	background-image: url(../Images/Menu/ItemBg.gif);
	cursor:hand;
	width:122px;
	border: 1px solid #E4E4E4;
	border-top: 0px;
	border-bottom: 1px solid #E4E4E4;
}

.MenuItem
{
	font-family:Arial, Tahoma;
	font-size:11px;
	color: #666666;
	background-image: url(../Images/Menu/ItemSeparator.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 22px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding-left: 2px;
	padding-top:2px;
}

.MenuItemOver
{
	border-right: white 1px solid;
	font-size: 11px;
	background-image: url(../Images/Menu/ItemOver.gif);
	border-left: white 1px solid;
	color: #000000;
	font-family: Arial, Tahoma;
	height: 22px;
	padding-left: 2px;
	padding-top: 2px;
	}

.MenuItemClicked
{
	font-family:Arial, Tahoma;
	font-size:11px;
	color: #000000;
	background-image: url(../Images/Menu/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/Menu/ItemSeparator.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 3px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}