﻿@media screen
{
	.easyMenu
	{
	background-color: #C0C0C0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
	height: 30px;
	cursor: auto;
	cursor: pointer;
	padding: 0px;
	background-image: url('grey_button.gif');
	background-repeat: repeat-x;
}
	
	.easyMenuItem a
	{
	height: 30px;
	cursor: auto;
	cursor: pointer;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
	font-family: Corbel, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #023201;
	text-indent: 10px;
	white-space: nowrap;
	width: 100%;
	font-weight: bold;
	text-align: left;
}

	.easyMenuItemContentCell a
	{
	font-family: Corbel, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #023201;
	text-indent: 10px;
	white-space: nowrap;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	}

	.easyMenuItemOver
	{
	height: 30px;
	cursor: auto;
	cursor: pointer;
	background-color: #DCE4BD;
	padding: 0px;
	background-image: url('green_button.gif');
	background-repeat: repeat-x;
}
.easyMenuItemOver a
	{
	height: 30px;
	cursor: auto;
	cursor: pointer;
}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
	color: #023201;
	font-family: Corbel, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-indent: 10px;
	white-space: nowrap;
	width: 100%;
	font-weight: bold;
	text-align: left;
}
.easyMenuItemContentCellOver a
	{
	color: #023201;
	font-family: Corbel, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-indent: 10px;
	white-space: nowrap;
	width: 100%;
	font-weight: bold;
	text-align: left;
}

.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
	width: 10px;
	padding-top: 2px;
	background-image: url("submenu.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-family: Verdana;
	font-size: 1px;
	height: 18px;
}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		background-image: url("submenu.gif");
		background-repeat: no-repeat;
		background-position: 0px 6px;
		font-family: Verdana;
		font-size: 1px;
		height:18px;
	}

	/* 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;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}

