@media screen
{
	.easyMenu
	{
		border:1px solid #818282;
		background:url(s_bg.gif) #CFCFCF;
		visibility: hidden;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		color:#4E4E4E;
		text-align:left;

	}
	
	.easyMenuItem a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		color:#4E4E4E;
		text-align:left;
		
	}

	.easyMenuItemIconCell
	{
	
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		font-family: arial;
		font-size: 12px;
		color: #4E4E4E;
		text-indent: 10px;
		width: 130px;
		text-align:left;
	}

	.easyMenuItemContentCell a
	{
		height: 20px;
		color: #4E4E4E;
		font-family: arial;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		text-align:left;
	}

	.easyMenuItemOver
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		background:url(s_bg_a.gif) #AFAFAF;
		color:#000;
		text-align:left;
    }
	
	.easyMenuItemOver a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		background:url(s_bg_a.gif) #AFAFAF;
		color:#000;
		text-align:left;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		width: 130px;
	}

	.easyMenuItemContentCellOver a
	{
		color: #000;
		cursor: auto; cursor: pointer;
		font-family: arial;
		font-size: 12px;
		text-decoration: none;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 15px;
		/*padding-top: 5px;*/
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 0 50%;
	/*
		font-family: Verdana;
		font-size: 1px;*/
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 15px;
		/*padding-top: 2px;*/
		background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 0 50%;
		/*
		font-family: Verdana;
		font-size: 1px;*/
	}
}