﻿@media screen
{
	.ParentItem
	{ 
		background-color:#F26401;
		cursor: pointer;cursor: auto;
		height:16px;
	}
	.ParentItemOver
	{ 
		background-color: #F26401;
		cursor: pointer;cursor: auto;	
		height:16px;
	}
	
	.ParentSeparatorContentCell
	{
	    color: white;
	    width:1px;
	    font-size:10px;
	    height:16px;
	    padding:0;
	    margin:0;
	    background-color:#F26401;
	}
	.ParentSeparatorContentCellOver
	{
	    color: white;
	    width:1px;
	    padding:0;
	    margin:0;
	    background-color:#F26401;
	}
	.ParentItemContentCell, .ParentItemContentCell a 
	{
	    font-size:11px;
	    text-align:center;
		color: white;
		white-space: nowrap;
		padding:0;
		height:16px;
		text-transform:uppercase;
		cursor:pointer;
	}
	.ParentItemContentCellOver, .ParentItemContentCellOver a, .ParentItemContentCellOver a:hover
	{
	    font-size:11px;
	    text-align:center;
	    color:White;
		background-color: #595959; 
		padding:0;
		height:16px;
		white-space: nowrap;
		text-transform:uppercase;
		cursor:pointer;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display:none;
        width:0px;
	}
    td.ParentItemSubmenuCell {
        width:1px;
    }
	.easyMenu
	{
		
	}
	
	.easyMenuItemContainer
	{
	    border-top:3px solid #F26401 ;
	    
	}
	.easyMenuItem
	{
		cursor: auto; cursor: pointer;
		height: 20px;
		color:#595959;
	}
	.easyMenuItemOver
	{
		cursor: auto; cursor: pointer;
		height: 20px;
		width: 100%;
		color:#F26401;

	}
	.easyMenuItem span, .easyMenuItemOver span
	{
	    display:block;
	    background-color: #e8e4df;
	    filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
		cursor: auto; cursor: pointer;
		background-position:left;
		background-repeat:no-repeat;
		height: 17px;
		width: 100%;
		border-bottom:1px white solid;
		padding-left:5px;
		padding-top:3px;
	}
	
	.easyMenuItem a
	{
		cursor: auto; cursor: pointer;
		height: 20px;
		width: 100%;
		text-decoration: none;
	}

	.easyMenuItemOver a
	{
		cursor: auto; cursor: pointer;
		height: 20px;
		width: 100%;
		text-decoration: none;
	}

	.easyMenuItemContentCell
	{
		font-size: 12px;
		white-space: nowrap;
	}

	.easyMenuItemContentCellOver
	{
		font-size: 12px;
		white-space: nowrap;
	}

	.easyMenuItemContentCell a, .easyMenuItemContentCell a:hover
	{
		text-decoration: none;
		white-space: nowrap;
		color:#595959;
	}

	.easyMenuItemContentCellOver a, .easyMenuItemContentCellOver a:hover
	{
		text-decoration: none;
		white-space: nowrap;
		color:#F26401;
	}

	.easyMenuSeparator
	{
		height: 16px;
	}
	
	
	.easyMenuSeparatorContentCell
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuSeparatorOver
	{
		height: 16px;
	}

	
	.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: 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;
	}	
}