@media screen {    
    
    .nav { height: 40px; margin: 0 0 30px; }
    
    #MainMenu a { font: bolder 14px verdana; }
    #MainMenu td { font: bolder 14px verdana; }
    
	.ParentMenu a:link, .ParentMenu a:visited { color: #000000; text-decoration: none; }
	
	.ParentMenu { border-bottom: 1px solid #B4B4B4; }
	
	.ParentItemContainer { table-layout: fixed;}
	
	.ParentItem	{ height: 40px;	}
	
	.ParentItemOver	{ background: #000000; }
	
	.ParentItemOver a { color: #FFFFFF;	}
	
	.ParentItemContentCell	{
		color:#000000;
		text-align: center;
		white-space: nowrap;		
		width:100%;
	}
	
	.ParentItemContentCellOver {
		background: #000000;
		color: #FFFFFF;
		text-align: center;
		white-space: nowrap;		
		width:100%;
	}

    #ob_em_mc td[emtype="m"] { display: none; }

	.ParentItemContentCellOver a:link, .ParentItemContentCellOver a:visited { color: #FFFFFF; }

	.ParentItemContentCellOver a:hover, .ParentItemContentCellOver a:active, 
	.ParentItemContentCellOver a:focus { color: #FFFFFF; text-decoration: underline; }
	
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver { text-decoration: none; display: none; }
	
	.ParentSeparator, .ParentSeparatorOver	{ display: none; }
	
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver { display: none; }


	.easyMenu {	background: #000000; padding: 0 0 10px; }
	
	.easyMenuItem{
		font: normal 14px verdana;
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#FFF;
		padding: 0px;
	}
	
	.easyMenuItem a	{
	    font: normal 14px verdana;
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#FFF;
	}
	.easyMenuItem a:visited	{ color:#FFF; }

	.easyMenuItem a:hover {	color:#FFF;	}

	.easyMenuItem a:link { color:#FFF; }

	.easyMenuItemContentCell {
		color: #FFF;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
		padding: 0 20px 15px 10px;
	}

	.easyMenuItemContentCell a {
		height: 25px;
		color: #FFF;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuItemOver {
		font: normal 14px verdana;
		text-decoration: underline;	
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#000;
		padding: 0px;
	}
	
	.easyMenuItemOver a	{
	    	font: normal 14px verdana;
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#FFF;
	}
	.easyMenuItemOver a:link { color:#FFF; }

	.easyMenuItemOver a:hover {	color:#FFF; text-decoration: underline;	}

	.easyMenuItemOver a:visted { color:#FFF; }

	.easyMenuItemContentCellOver {
		color: #FFF;
		text-decoration: underline;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
		padding: 0 20px 15px 10px;
	}

	.easyMenuItemContentCellOver a {
		color: White;
		cursor: auto; cursor: pointer;
		text-decoration: none;
		white-space: nowrap;
	}
	.easyMenuCellOver a:link { color:#FFF; }

	.easyMenuCellOver a:hover { color:#FFF; }

	.easyMenuCellOver a:visted { color:#FFF; }
	
	.easyMenuItemSubMenuCell { width: 15px; height:25px; color: White; }
	
	.easyMenuItemSubMenuCellOver { width: 15px; height:25px; }

	/* 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;
	}
	
	#ob_em_mc { width: 100%; height: 100%; }
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay { display: none; }	
}