.sMenuGroup
{
	background-color:#EBEBEB;
	color: Black;
}
.sMenuItem
{	font-weight:normal ;
	background-color: #EBEBEB;
	border-color: #FFFFFF;
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 130%;
	cursor: pointer;
}
.sMenuItemOver
{
	background-color: #EBEBEB;
	border-color: #FFFFFF;
	color: white;
	font-family: Arial, Verdana;
	font-weight :900 ;
	font-size: 10pt;
	font-weight:bold ;
	line-height: 130%;
	cursor: pointer;
}
.sMenuItemDown
{
	font-weight:normal;
	background-color: #EBEBEB;
	border-color: #FFFFFF;
	color: white;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 130%;
	cursor: pointer;
}