@media screen
{
	.easyMenu
	{
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		background-color: #F9F9F9;
		visibility: hidden;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 20px;
		cursor: auto; 
		cursor: hand;
		border-bottom: 1px solid #CCCCCC;
		text-align:left;
	}
	
	.easyMenuItem a
	{
		height: 20px;
		cursor: auto;
		cursor: hand;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		font-family: Tahoma;
		font-size: 11px;
		color: #666666;
		text-indent: 10px;
		width: 225px;
	}

	.easyMenuItemContentCell a
	{
		height: 20px;
		color: Black;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		text-indent: 10px;
	}

	.easyMenuItemOver
	{
		height: 20px;
		cursor: auto;
		cursor: hand;
		border-bottom: 1px solid #CCCCCC;
		background-color: #2A5798;
		text-align:left;
	}
	
	.easyMenuItemOver a
	{
		height: 20px;
		cursor: auto;
		cursor: hand;
		background-color: #2A5798;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: White;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		text-indent: 10px;
		width: 225px;
	}

	.easyMenuItemContentCellOver a
	{
		color: White;
		cursor: auto;
		cursor: hand;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 10px;
		padding-top: 2px;		
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Verdana;
		font-size: 1px;
	}
}