@media screen
{
	
	.easyMenu {
	color: #ed1c2a;
	border: 2px solid #CCCCCC;
	text-align: left;
	background: #FFFFFF;

	font: bold 11px Arial, Helvetica, sans-serif;

	

	}
	
	.easyMenu a {
	color: #ed1c2a;
	text-decoration: none;
	

	background: #FFFFFF url(../images/arrow.gif) no-repeat left; 

	}
	
	.easyMenu a:hover {
	color: #0066FF;
	text-decoration: none;


	}
		
	.easyMenuItemContainer
	{
	}
	
	.easyMenuItem
	{
	cursor: auto;
	cursor: pointer;
	text-indent: 20px;
	padding: 5px 5px 5px 10px;
	color: #ed1c2a;
	}
	
	.easyMenuItem a
	{
	cursor: auto;
	cursor: pointer;

	padding: 5px 5px 5px 10px;

	color: #0066FF;
	text-decoration: none;
	width: 170px;
	}
	
	.easyMenuItem a:hover
	{
	color: #0066FF;
	text-decoration:none;

	padding: 5px 5px 5px 10px;


	}

	.easyMenuItemOver
	{
	cursor: auto;
	cursor: pointer;
	padding: 5px 5px 5px 10px;



	}
			
	
	.easyMenuItemOver a
	{
	cursor: auto;
	cursor: pointer;
	color: #ed1c2a;
	width: 170px;

		padding: 5px 5px 5px 10px;


	}
	
	.easyMenuItemOver a:hover
	{
	color: #0066FF;
	text-decoration:none;
	}
	
	.easyMenuItemIconCell
	{
	width:15px;

	}

	.easyMenuItemIconCellOver
	{
	width:15px;

	}

	.easyMenuItemIconCell a
	{
	width:15px;

	}

	.easyMenuItemIconCellOver a
	{
	width:15px;
	

	}
	
	
	.easyMenuItemContentCell
	{
	}

	.easyMenuItemContentCell a
	{
	color: #666666;
	text-decoration: none;

	}

	.easyMenuItemContentCellOver a
	{
	color: #666666;
	text-decoration: none;
	}
	
	.easyMenuItemContentCellOver a:hover
	{
	color: #2195d1;
	text-decoration: none;
	}
	
	
.easyMenuSeparator {
    height: 3px;
    font-size: 1px;
    background-color: red;
}
.easyMenuSeparatorOver {
    height: 3px;
    font-size: 1px;
    background-color: yellow;
}

	.easyMenuSeparatorIconCell
	{
		height: 3px;
		font-size: 1px;
	}
	
	.easyMenuSeparatorIconCellOver
	{
		height: 3px;
		font-size: 1px;
	}
	
	.easyMenuSeparatorContentCell
	{
		height: 3px;
		font-size: 1px;
	}

	.easyMenuSeparatorContentCellOver
	{
		height: 3px;
		font-size: 1px;
	}

	.easyMenuItemSubMenuCell
	{
	
	}
	
	.easyMenuItemSubMenuCellOver
	{
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0;
		position : absolute; 
		visibility : hidden; 
		left : -2000px;
		top : 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 td
	{
		padding: 0px;
	}
	/* do not change these classes */
}