.MenuGroup
{ 	
	background-color:#b50911;
	border-style:solid;
	border-width:0px;
	border-color: trasparent;
	cursor: pointer;
	cursor: hand;	
	padding: 1px;
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	text-align: left;
    color: white;
}

.SubMenuGroup
{ 	
	background-color:#b50911;
	border-style:solid;
	border-width:1px;
	border-color: #b50911;
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
	padding: 1px;
	text-align: left;
}

.MenuItem
{
	background-color: Transparent;
	border-style:solid;
	border-width:0px;
	border-color: Transparent; 
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	text-align: left;
	font-weight:normal;
	cursor: pointer;
	cursor: hand;
	padding: 1px;
    color: white;
}

.MenuItemOver
{
	background-color: Transparent;
	border-style:solid;
	border-width:0px;
	border-color: Transparent;
	cursor: pointer;
	cursor:hand ;
	font-family: Verdana, Arial, Helvetica;
	font-weight:normal;
	font-size:12px;
	padding: 1px;
	text-align: left;
    color: orange;
}

.SubMenuItem
{
	background-color:#e6e5e5;
	border-style:solid;
	border-width:1px;
	border-color:#e6e5e5; 
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	font-weight:normal;
	padding: 1px;
	cursor: pointer;
	cursor:hand;
	text-align: left;
    color: #330066;
}

.SubMenuItemOver
{
	background-color:#330066;
	border-style:solid;
	border-width:1px;
	border-color:#330066; 
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	font-weight:normal;
	padding: 1px;
	cursor: pointer;
	cursor: hand;	
	text-align: left;
    color: #e6e5e5;
}

.MenuItemClicked
{
	background-color: #e6e5e5;
	border-style:solid;
	border-width:1px;
	border-color:trasparent; 
	font-family: Verdana, Arial, Helvetica;
	cursor: pointer;
	cursor: hand;
	padding: 1px;
	font-size:11px;
	text-align: left;
}

.Separator
{
	background-color: White; 
	margin-left: 0px;
	margin-right: 0px;
	cursor:auto;
}

.SeparatorOver
{
	background-color: White; 
	margin-left: 0px;
	margin-right: 0px;
	cursor:auto;
}

.Spacer
{
	background-color: Transparent; 
}
