.HeadGroup
{
	background-color: transparent;
	cursor:hand;
	padding: 0px;
}

.MenuGroup
{
	background-color: transparent;
	cursor:hand;
	padding: 0px;
	/*border-top: 2px solid Black;	
	border-bottom: 2px solid Black;	
	border-left: 1px solid Black;	
	border-right: 1px solid Black;*/
}

.MenuImageItem
{
	background-color: #53A26A;
	color:white;
	font-family:tahoma;
	font-size:13px;
	cursor:hand;
	padding: 0px;
	text-align: right;
	border-bottom: #53A26A 1px solid;
}

.MenuImageItemOver
{
	background-color:#53A26A; 
	color:white; 
	font-family:tahoma; 
	font-size:13px;
	padding: 0px;
	cursor:hand;
	text-align: right; 
	border-bottom: #53A26A 1px solid;
}

.MenuItem
{
	background-color: #52765C;
	color:white;
	font-family:tahoma;
	font-size:13px;
	cursor:default;
	padding: 2px;
	text-align: right;
	border-bottom: #53a26a 1px solid;
}

.MenuItemOver
{
	background-color:#53A26A; 
	color:white; 
	font-family:tahoma; 
	font-size:13px;
	padding: 2px;
	cursor:hand;
	text-align: right; 
	border-bottom: #52765C 1px solid;
}

.ImageOverClass
{
	cursor: default;
	cursor: hand;
}

