﻿@media screen
{
	#menu {width:945px; height:25px; padding:0 0 0 0; margin:0 0 0 8px; border-top:1px solid #747474; border-bottom:1px solid #747474; background-color:#ececec;}
	#menu a {color:#3b5998; font-size:8pt;}
	
	.easyMenu { height:25px; padding-left:1px; padding-right:1px; }
	.easyMenuItemContainer { background-color:#ececec; vertical-align:middle; }
	.easyMenuItem { height:25px;}
	.easyMenuItemOver { cursor:pointer; cursor:auto; height:25px; 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;
	}	
}
