﻿@media screen
{
	#menu {width:945px; height:20px; padding:3px 0 0 0; margin:0 0 0 8px; border-top:1px solid #747474; border-bottom:1px solid #747474;}
	#menu a {color:rgb(128,128,128); }
	#submenu {clear:left; width:945px; height:20px; padding:3px 0 0 0; margin:0 0 0 8px; border-top:1px solid #e8e8e8; border-bottom:1px solid #747474;}
	#submenu a {color:rgb(128,128,128); }
	
	.easyMenu { height: 20px; padding-left: 1px; padding-right: 1px; }
	.easyMenuItemContainer { background-color:#ffffff; vertical-align:middle; }
	.easyMenuItem { height: 20px;}
	.easyMenuItemOver { cursor: pointer; cursor: auto; height: 20px; text-decoration:underline; cursor:hand; font-weight:bold; }
	
	.easyMenuItemContentCell { text-align: center; white-space: nowrap; width:100%; }
	.easyMenuItemContentCell a { text-decoration:none; cursor:hand; font-weight:bold; font-size:8pt; }
	.easyMenuItemContentCellOver { text-align: center; white-space: nowrap; width:100%; }
	.easyMenuItemContentCellOver a { text-decoration:underline; cursor:hand; font-weight:bold; font-size:8pt;}

	.easyMenuItemSubMenuCell { width: 1px; font-size: 1px; height:20px; }
	.easyMenuItemSubMenuCell a { text-decoration:none; cursor:hand; }
	.easyMenuItemSubMenuCellOver { width: 1px; font-size: 1px; height:20px; }
	.easyMenuItemSubMenuCellOver a { text-decoration:underline; cursor:hand; }

	.easyMenuSeparator, .easyMenuSeparatorOver { width:1px; padding: 0px; }
	.easyMenuSeparatorContentCell,.easyMenuSeparatorContentCellOver { color: #d6d6d6; }

	/* 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;
	}	
}