@media screen
{
	.ParentMenu
	{
	}
	.ParentItemContainer
	{
	}
	.ParentItem
	{
		cursor: hand;
		background-image:url(bg.gif);
		background-repeat:repeat-x;
		height: 26px;
		width: 140px;
	}
	.ParentItemOver
	{ 
		cursor: hand;
		height: 26px;
		background-image:url(bg_a.gif);
		background-repeat:repeat-x;
		width: 140px;
	}
	.ParentItemContentCell
	{
		cursor: hand;
		color:#2E2E2E;
		font-size: 12px;
		font-family: arial;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
	}
	.ParentItemContentCell a,
	.ParentItemContentCell a:hover,
	.ParentItemContentCell a:visited,
	.ParentItemContentCell a:link,
	.ParentItemContentCell a:active
	{
		color:#2E2E2E;
		font-weight: bold;
	}
	.ParentItemContentCellOver
	{
		cursor: hand;
		color:#2E2E2E;
		font-size: 12px;
		font-family: arial;
		font-weight: bold;
		text-align: center;

		background-image:url(il.gif);
		background-repeat:no-repeat;
		background-position:0px 0px;
		white-space: nowrap;
	}
	.ParentItemContentCellOver a,
	.ParentItemContentCellOver a:hover,
	.ParentItemContentCellOver a:visited,
	.ParentItemContentCellOver a:link,
	.ParentItemContentCellOver a:active
	{
	    text-decoration: none;
		color:#2E2E2E;
		font-weight: bold;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}
	.ParentSeparator, .ParentSeparatorOver
	{
		width:1px;
		background-image:url(sep.gif);
		background-repeat:no-repeat;
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		display: none;
	}

	.MenuNoTop
	{
		border:1px solid #C6C6C6;
		border-top: 0px none;
		background:url(s_bg.gif) #F3F3F3 repeat-y;
	}

	.easyMenu
	{
		border:1px solid #C6C6C6;
		background:url(s_bg.gif) #F3F3F3 repeat-y;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 26px;
		cursor: hand;
		color:#888888;
		padding: 0px;
		text-align: left;
	}

	.easyMenuItemIconCell
	{
	
	}

	.easyMenuItemContentCell a,
	.easyMenuItemContentCell a:hover,
	.easyMenuItemContentCell a:visited,
	.easyMenuItemContentCell a:link,
	.easyMenuItemContentCell a:active,
	.easyMenuItemContentCell
	{
		cursor: hand;
		font-family: arial;
		font-size: 12px;
		color: #888888;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuItemOver
	{
		height: 26px;
		cursor: hand;
		background-color: #FFC000;
		color:#000;
		padding: 0px;
		text-align: left;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemContentCellOver a,
	.easyMenuItemContentCellOver a:hover,
	.easyMenuItemContentCellOver a:visited,
	.easyMenuItemContentCellOver a:link,
	.easyMenuItemContentCellOver a:active,
	.easyMenuItemContentCellOver
	{
		cursor: hand;
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 15px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 0px 11px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 15px;	
	    background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 0px 11px;
	}

	/* 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 */


    .menu .gagf {width:5px;background-image:url(../../styles/horizontal7/gagf.gif);background-repeat:no-repeat;background-position:0 0;}
    .menu .gagl {width:5px;background-image:url(../../styles/horizontal7/gagl.gif);background-repeat:no-repeat;background-position:0 0;}
    .menu .gagbg {background-image:url(../../styles/horizontal7/bg.gif);background-repeat:repeat-x;background-position:0 0;}
    .menu .gagf div,
    .menu .gagl div 
    {
        width: 5px;
    }
    .menu .gagbg div 
    {
        width: 513px;
    }
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}
