@media screen
{
	.easyMenu
	{
		height: 40px;
		padding-left: 1px;
		padding-right: 1px;
	}
	
	.easyMenuItemContainer
	{
		height: 40px;
		background:url(bg.gif) repeat-x;
	}
	
	.easyMenuItem
	{
		cursor: pointer; cursor: auto;
		height: 40px;
	}
	
	.easyMenuItemContentCell
	{
		font: 13px 'Trebuchet MS';
		font-weight: bold;
		color: #000000;
		background: transparent url(bg.gif) repeat-x scroll 0 0;
		text-align: center;
		white-space: nowrap;
		width: 100%;
	}
	
	.easyMenuItemContentCell a
	{
		font: 13px 'Trebuchet MS';
		font-weight:bold;
		color: #000000;
		text-align: center;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.easyMenuItemOver
	{
		/*background-color:#E7A476;*/
		cursor: pointer; cursor: auto;
		height: 40px;
	}

	.easyMenuItemContentCellOver
	{
		font: 13px 'Trebuchet MS';
		font-weight:bold;
		color: #000000;
		text-align: center;
		white-space: nowrap;
		background:url(s_bg.gif) repeat-x;
		width:100%;
	}
	
	.easyMenuItemContentCellOver a
	{
		font: 13px 'Trebuchet MS';
		font-weight: bold;
		color: #000000;
		text-align: center;
		white-space: nowrap; 
		background:url(s_bg_a.gif) repeat-x;
		width: 100%;
		text-decoration: none;
		/*background-color: #42A003;*/
	}

	.easyMenuItemSubMenuCell
	{
		width: 0px;
		font-family: Verdana;
		font-size: 1px;
		height:25px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 0px;
		font-family: Verdana;
		font-size: 1px;
		height:25px;
		/*width: 1px;
		font-family: Verdana;
		font-size: 1px;
		background-color: #DD7C3B;
		height:40px;*/
	}
	
	
	.easyMenuSeparator, .easyMenuSeparatorOver
	{
		width: 1px;
		padding: 0px;
		background:url(sep.gif);
		background-repeat: no-repeat;
	}
	
	.easyMenuSeparatorContentCell,.easyMenuSeparatorContentCellOver
	{
		/*color: #D6D6D6;*/
		width: 1px;
		padding: 0px;
		background:url(sep.gif);
		background-repeat: no-repeat;
	}
	
	.easyMenuSeparatorContentCell hr,.easyMenuSeparatorContentCellOver hr
	{
		width: 0px;
	}

	/* 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 td
	{
		padding: 0px;
	}
	.easyMenuSeparator #ob_em_mc
	{
		display:none;
	}

	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}