﻿@media screen
{
	.ParentMenu
	{
	}

	.ParentItemContainer
	{
		
	}

	.ParentItem
	{
		background-image: url(MenuBackground.gif);
		background-repeat:no-repeat;	
		height: 35px;
		cursor: auto;
		cursor: pointer;
		padding: 0px;
	}
	
	.ParentItemOver
	{
		background-image: url(MenuBackground.gif);
		background-repeat: repeat-x;	
		height: 35px;
		cursor: auto;
		cursor: pointer;
		padding: 0px;
	}

	.ParentItemContentCell
	{
		color: #222;
		font-family:Verdana;
		font-size: 13px;		
		font-weight:bold;
		text-decoration: none;
		text-indent: 23px;
		white-space: nowrap;
		text-transform:uppercase;
	}	
	
	.ParentItemContentCell a
	{
		color: #222;
		text-decoration: none;
	}	

	.ParentItemContentCellOver
	{
		color: #fff;
		font-family:Verdana;
		font-size: 13px;		
		font-weight:bold;
		text-decoration: none;
		text-indent: 23px;
		white-space: nowrap;
		text-transform:uppercase;
	}

	.ParentItemContentCellOver a
	{
		color: #fff;
		text-decoration: none;
	}
	.ParentItemSubMenuCell
	{
		width: 12px;
		padding-top: 2px;
		background-image: url(SubMenuArrow.gif);
		background-repeat: no-repeat;
		background-position: 0px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.ParentItemSubMenuCellOver
	{
		width: 12px;
		padding-top: 2px;
		background-image: url(SubMenuArrow.gif);
		background-repeat: no-repeat;
		background-position: 0px;
		font-family: Verdana;
		font-size: 1px;
	}

	.ParentSeparator, .ParentSeparatorOver
	{
		
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		
	}
	.easyMenu
	{
		background-color: #95f4ff;		
	}

	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{		
		background-color:#38b2f0;
		height: 30px;
		cursor: auto;
		cursor: pointer;
		padding: 0px;
		padding-right:10px;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		color: #222;
		font-family:Verdana;
		font-size: 13px;		
		font-weight:bold;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		text-transform:uppercase;
	}

	.easyMenuItemContentCell a
	{
		color: #222;
		text-decoration: none;
	}

	.easyMenuItemOver
	{
		background-color:#b2e5ff;
		height: 30px;
		cursor: auto;
		cursor: pointer;
		padding-right:10px;		
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: #222;
		font-family:Verdana;
		font-size: 13px;		
		font-weight:bold;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		text-transform:uppercase;
	}

	.easyMenuItemContentCellOver a
	{
		
		color: #222;
		text-decoration: none;
	}

	.easyMenuSeparator
	{
	}

	.easyMenuSeparatorIconCell
	{
	}

	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}

	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		
	}

	.easyMenuItemSubMenuCellOver
	{
		
	}

	/* 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;
	}
}

