@media screen
{
    .ParentItemSubMenuCell, .ParentItemSubMenuCellOver
    {
        display:none;
    }
	.ParentMenu
	{ 
		border: 1px dotted #999;
		border-left: 0;
		border-right: 0;
		height: 19px;
	}
	.ParentMenuIE
	{ 
		border: 1px dotted #999;
		border-left: 0;
		border-right: 0;
		height: 19px;
		margin-top:-3px;
	}
	.ParentItemContainer 
	{
	    height:19px;
	}
	.ParentItem
	{ 
		background-color: #FAFAFA; 
		cursor: auto;cursor: pointer;
		padding: 0;
		height: 19px;
	}
	.ParentSeparator
	 {
	    border:0;
	    background-color: #CCCCCC;
	    width:1px;
	    padding: 0;
	 }
	 .ParentSeparatorOver 
	 {
	    border:0;
	    background-color: #CCCCCC;
	    width:1px;
	    padding: 0;
	 }
	.ParentItemOver
	{ 
		background-color: #eFeFeF;
		cursor: auto;cursor: pointer;
		padding: 0;
		height: 19px;
	}
	
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver 
	{
	    font-size:1px;
	    display:none;
	}
	.ParentItemContentCell, .ParentItemContentCell a
	{
	    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	    font-size : 11px;
		color: #888888; 
		text-align: center;
		text-decoration:none;
		cursor: auto;cursor: pointer;
	}
	.ParentItemContentCellOver, .ParentItemContentCellOver a
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	    font-size : 11px;
		color: #ee9933; 
		text-align: center;
		text-decoration:none;
		cursor: auto;cursor: pointer;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
	    width:0px;
		display: none;
	}
    td.ParentItemSubmenuCell
    {
        width:1px;
    }
	.easyMenu
	{
		background-color: #FAFAFA;
		
	}
	.easyMenuItemContainer
	{
	    border-top: 1px dotted #999;
	}

	.easyMenuItem
	{
		cursor: auto; cursor: pointer;
		padding: 2px;
		padding-left: 5px;
		height: 16px;
		background-color: #F0F0F0;
		border: 1px dotted #999999;
		border-top: 0;
		width: 100%;
		text-align: left;
		
	}
	
	.easyMenuItemOver
	{
		cursor: auto; cursor: pointer;
		padding: 2px;
		padding-left: 5px;
		height: 16px;
		background-color: #eFeFeF;
		border: 1px dotted #999999;
		border-top: 0;
		width: 100%;
		text-align: left;
	}
	
	.easyMenuItem a
	{
		cursor: auto; cursor: pointer;
		height: 16px;
		width: 100%;
		text-decoration: none;
		text-align: left;
	}

	.easyMenuItemOver a
	{
		cursor: auto; cursor: pointer;
		height: 16px;
		width: 100%;
		text-decoration: none;
		text-align: left;
		color:#ee9933;
	}

	.easyMenuItemIconCell
	{
		width: 0;
	}

	.easyMenuItemIconCellOver
	{
		width: 0;
	}

	.easyMenuItemIconCell a
	{
		width: 0;
	}

	.easyMenuItemIconCellOver a
	{
		width: 0;
	}
	.easyMenuItemContentCell
	{
		 font-family: Verdana, Arial, Helvetica, Sans-Serif;
	    font-size : 11px;
	}

	.easyMenuItemContentCellOver
	{
		 font-family: Verdana, Arial, Helvetica, Sans-Serif;
	    font-size : 11px;
		color: #ee9933;
	}

	.easyMenuItemContentCell a
	{
		color: #888888;
		 font-family: Verdana, Arial, Helvetica, Sans-Serif;
	    font-size : 11px;
		text-decoration: none;
	}

	.easyMenuItemContentCellOver a
	{
		 font-family: Verdana, Arial, Helvetica, Sans-Serif;
	    font-size : 11px;
		text-decoration: none;
	}

	.easyMenuSeparator
	{
		height: 16px;
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuSeparatorOver
	{
		height: 16px;
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuItemSubMenuCell
	{
		width: 7px;
		padding-top: 2px;
		background-image: url('submenu.gif');
		background-repeat: no-repeat;
		background-position: 2px 3px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 7px;
		padding-top: 2px;
		background-image: url('submenu_white.gif');
		background-repeat: no-repeat;
		background-position: 2px 3px;
		font-family: Verdana;
		font-size: 1px;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0;
		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%;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}
