@media screen
{
	.ParentMenu
	{
	padding-left: 0px;
	padding-right: 0px;
	}
	.ParentItem
	{
		background-image: url(menu-teal-button.gif);
		
	}
	.ParentItemContainer
	{
	height: 35px;
	
	}
	.ParentItemOver
	{
	    background-image: url(menu-teal-button-over.gif);
	}
	.ParentItemContentCell, .ParentItemContentCell a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	}
	.ParentItemContentCellOver, .ParentItemContentCellOver a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	}

	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}
	.ParentSeparator, .ParentSeparatorOver
	{
		width: 2px;
		background-color: #FFFFFF;
		padding:0;
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		width: 1px;
		font: 1px Verdana;
		padding: 0px;
	}

	.easyMenu
	{
		border:1px solid #a4bed0;
		filter: Alpha(opacity=95);
		-moz-opacity: 0.95;
		opacity: .95;
		
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem, .easyMenuItem a
	{
	height: 25px;
	cursor: auto;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 0px;
	}
	
	.easyMenuItemIconCell
	{
	
	}


	.easyMenuItemOver, .easyMenuItemOver a
	{
	height: 25px;
	cursor: auto;
	cursor: pointer;
	background-color: #B5BF00;
	padding: 0px;
	}
	
	.easyMenuItemIconCellOver
	{
	}
	.easyMenuItemContentCell, .easyMenuItemContentCell a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #3d3625;	
	text-indent: 10px;	
	text-decoration:none;
	}
	.easyMenuItemContentCellOver, .easyMenuItemContentCellOver a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	word-spacing: 2.2pt;
	color: #000000;
	text-indent: 10px;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	text-decoration:none;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}
	.vericalsubcell
	{
	
		background-color: #000000;
	}

	.easyMenuSeparatorOver
	{
	
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 15px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 15px;
		background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
		font-family: Verdana;
		font-size: 1px;
	}

	/* 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
	{
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}
