@media screen
{
    
	.easyMenu
	{
		height: 25px;
		padding-left: 1px;
		padding-right: 1px;
	}
	
	.easyMenuItemContainer
	{
	    background-color: Transparent;
	    border-top: 5px solid white;
	}
	
	.easyMenuItem
	{
		background-color: #46463a;
		filter: Alpha(Opacity=90);
        -moz-opacity: 0.9;
        opacity: .9;
		cursor: pointer;
		height: 25px;
        padding-left: 0px;
	}
	
	.easyMenuItemContentCell
	{
        cursor: pointer;
		font: 11px Tahoma; 
		color: #ffffff;
		text-align: left;
		white-space: nowrap;
		width: 100%;
	}
	
	.easyMenuItemContentCell a
	{
        cursor: pointer;
		font: 11px Tahoma; 
		color: #ffffff;
		text-align: left;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.easyMenuItemOver
	{
        background-color: #96b400;
		filter: Alpha(Opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
		cursor: pointer;
		height: 25px;
        padding-left: 0px;
        color: #46463a;
	}

	.easyMenuItemContentCellOver
	{
        cursor: pointer;
		font: 11px Tahoma; 
		color: #ffffff;
		text-align: left;
		white-space: nowrap;
		width:100%;
	}
	
	.easyMenuItemContentCellOver a
	{
        cursor: pointer;
		font: 11px Tahoma; 
		color: #46463a;
		text-align: left;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.easyMenuItemSubMenuCell
	{
	    cursor: pointer;
		width: 1px;
		font-family: Verdana;
		font-size: 1px;
		height:25px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
        cursor: pointer;
		width: 1px;
		font-family: Verdana;
		font-size: 1px;
		height:25px;
	}
	
	.easyMenuSeparator, .easyMenuSeparatorOver
	{
		width:1px;
		padding: 0px;
	}
	
	.easyMenuSeparatorContentCell,.easyMenuSeparatorContentCellOver
	{
		color: #D6D6D6;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0px;
		position : absolute; 
		visibility : hidden; 
		top : -2000px;
		left : 0px; 
		filter : "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"; 
		filter : "Alpha(Opacity='0')";
		opacity : 0;
		--moz-opacity : 0;

		background-color: white;
	}
	
	#ob_em_mc
	{
		width: 100%;
		height: 100%;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	
	#ob_em_mc:hover
	{
	}

	#ob_em_mc td
	{
		padding-left: 5px !IMPORTANT;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}