@media screen
{
    
    .ParentMenu
	{
	    color: White;
	}
	.ParentItemContainer
	{
	    color: White;
	    width: 150px;
	}
	.ParentItem
	{
	    color: White;
        height: 25px;
        border: 1px solid red;
		padding-left: 20px;
		padding-right: 20px;
        background: url(/images/background_nav.gif) no-repeat right center;
	}
	.ParentItemOver
	{ 
	    color: White;
	    background: url(/images/background_nav.gif) no-repeat right center;
        height: 25px;
		padding-left: 20px;
		padding-right: 20px;
 	}
	.ParentItemContentCell, .ParentItemContentCellOver
	{
	    color: White;
		font-size: 12px;
		font-family: arial;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
	}
	.ParentItemContentCell a, .ParentItemContentCellOver a
	{
        color: White;
		font-size: 12px;
		font-family: arial;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
		text-decoration:none;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}
	
	
	.easyMenu
	{
		height: 25px;
		padding-left: 1px;
		padding-right: 1px;
	}
	
	.easyMenuItemContainer
	{
	    background-color: Transparent;
	}
	
	.easyMenuItem
	{
		background-color: black;
		filter: Alpha(Opacity=80);
        -moz-opacity: 0.8;
        opacity: .8;
		cursor: pointer;
		height: 25px;
        padding-left: 12px;
	}
	
	.easyMenuItemContentCell
	{
        cursor: pointer;
		font: 11px Tahoma; 
		font-weight:bold;
		color: #ffffff;
		text-align: left;
		white-space: nowrap;
		width: 100%;
	}
	
	.easyMenuItemContentCell a
	{
        cursor: pointer;
		font: 12px Tahoma; 
		color: #ffffff;
		text-align: left;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.easyMenuItemOver
	{
        background-color: #474747;
		filter: Alpha(Opacity=80);
        -moz-opacity: 0.8;
        opacity: .8;
		cursor: pointer;
		height: 25px;
        padding-left: 12px;
	}

	.easyMenuItemContentCellOver
	{
        cursor: pointer;
		font: 11px Tahoma; 
		font-weight:bold;
		color: #ffffff;
		text-align: left;
		white-space: nowrap;
		width:100%;
	}
	
	.easyMenuItemContentCellOver a
	{
        cursor: pointer;
		font: 12px Tahoma; 
		color: #ffffff;
		text-align: left;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.easyMenuItemSubMenuCell
	{
	    cursor: pointer;
		width: 1px;
		font-family: Verdana;
		font-size: 1px;
		height:25px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
        cursor: pointer;
		width: 1px;
		font-family: Verdana;
		font-size: 1px;
		height:25px;
	}
	
	.easyMenuSeparator, .easyMenuSeparatorOver
	{
		width:1px;
		padding: 0px;
	}
	
	.easyMenuSeparatorContentCell,.easyMenuSeparatorContentCellOver
	{
		color: #D6D6D6;
	}

	/* 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 */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}
