@media screen
{
	.ParentMenu
	{
		padding-left:1px;
		padding-right:1px;
		background-image:url(gagf.gif);
		background-repeat:repeat-x;
	}
	.ParentItemContainer
	{
	}
	.ParentItem
    {
        height: 38px;
        background-image: url(bg2_o.gif);
        background-repeat: repeat-x;
        text-decoration: none;
    }
	.ParentItemOver
	{ 
		height:38px;
		background-image:url(bg_a2_o.gif);
		background-repeat:repeat-x;
	}
	.ParentItemContentCell, .ParentItemContentCellOver
	{
		color:#2E2E2E;
		font-size: 12px;
		font-family: arial;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
		width:100%;
	}
	.ParentItemContentCell a, .ParentItemContentCellOver a
	{
		color:#2E2E2E;
		font-size: 12px;
		font-family: arial;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
		width:80px;
		text-decoration:none;
	}
	.ParentItemSubmenuCell, .ParentItemSubmenuCellOver
    {
        display: none;
        text-decoration: none;
    }
	.ParentSeparator, .ParentSeparatorOver
	{
		width:2px;
		background-image:url(sep.gif);
		background-repeat:no-repeat;	
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		display: none;
	}

	.easyMenu
	{
		border:1px solid #818282;
		background:url(s_bg1.gif) #CFCFCF;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#4E4E4E;
		padding: 0px;
	}
	
	.easyMenuItem a
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#4E4E4E;
	}

	.easyMenuItemIconCell
	{
	
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		font-family: arial;
		font-size: 12px;
		color: #4E4E4E;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
	}

	.easyMenuItemContentCell a
    {
        height: 25px;
        color: #4E4E4E;
        font-family: arial;
        font-size: 12px;
        text-decoration: none;
        text-indent: 10px;
        white-space: nowrap;
    }

	.easyMenuItemOver
    {
        background-position: url(s_bg_a1.gif);
        height: 25px;
        cursor: auto;
        cursor: pointer;
        background: url(s_bg_a1.gif);
        color: #000000;
        padding: 0px;
    }
	
	.easyMenuItemOver a
    {
        background-position: url(s_bg_a1.gif);
        height: 25px;
        cursor: auto;
        cursor: pointer;
        background: url(s_bg_a1.gif);
        color: #000000;
        text-decoration: none;
    }

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
    {
        color: #000000;
        font-family: arial;
        font-size: 12px;
        text-decoration: none;
        text-indent: 10px;
        white-space: nowrap;
        width: 100%;
    }

	.easyMenuItemContentCellOver a
    {
        color: #000000;
        cursor: auto;
        cursor: pointer;
        font-family: arial;
        font-size: 12px;
        text-decoration: none;
        white-space: nowrap;
    }

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
    {
        width: 15px;
        background-image: url(submenu.gif);
        background-repeat: no-repeat;
        background-position: 0px 50%;
        height: 25px;
        color: #000000;
    }
	
	.easyMenuItemSubMenuCellOver
    {
        width: 15px;
        background-image: url(submenu_white.gif);
        background-repeat: no-repeat;
        background-position: 0px 50%;
        height: 25px;
        color: #000000;
    }

	/* 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%;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}