@media screen
{
	.ParentMenu
	{
	    
	}

	.ParentItemContainer
	{
	    color:White;
	    text-decoration:none;
	    text-align:center;
	    font-weight:bold;
	}
	
	.ParentItemContainer a, .ParentItemContainer a:visited
	{
	    color:White;
	    text-decoration:none;
	}
	
	.ParentItem
	{
		cursor: pointer; 
		cursor: auto;
		height:28px;
        color:White;
        padding:0 20px 0 20px;
        
	}
	
	.ParentItemOver
	{
		cursor: pointer; 
		cursor: auto;
		background: url(nav-bg-on.gif) repeat-x left top;
        color:White;
        padding:0 20px 0 20px;
        
	}
	
	.ParentItemContentCell
	{
		white-space: nowrap;
		color:White;
	}

	.ParentItemContentCellOver
	{
		white-space: nowrap;
		text-decoration:none;
	}

	.ParentItemSubMenuCell, .ParentItemSubMenuCellOver
	{
		width: 20px;
		/*background: url(submenu_parent.gif) no-repeat 0px 13px;*/
		font-size: 1px;
	}
	
	.ParentSeparator, .ParentSeparatorOver
	{
		width:1px;
		padding: 0px;
	}
	.ParentSeparatorContentCell,.ParentSeparatorContentCellOver
	{
		
	}
	
	
	.easyMenu
	{
        margin-top:0px;
    }
	
	.easyMenuItemContainer
	{
	    background-color: #dfc8e4;
	    border:1px solid #fff;
	}

	.easyMenuItem
	{
		height: 24px;
		cursor: auto; 
		cursor: pointer;
		border-bottom: 1px solid #fff;
		padding: 0px 10px 0 0;
		background: #dfc8e4 url(arrow.gif) no-repeat 13px 8px;
		
	}
	
	.easyMenuItem a
	{
		height: 24px;
		cursor: auto; cursor: pointer;
		
	}

	.easyMenuItemIconCell, .easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		color: #642775;
		text-indent: 24px;
		white-space: nowrap;
		
	}

	.easyMenuItemContentCell a
	{
		color: #642775;
		text-decoration: none;
		text-indent: 24px;
		white-space: nowrap;
		
	}

	.easyMenuItemOver
	{
		height: 24px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #fff;
		padding: 0px 10px 0 0;
		background: #dfc8e4 url(arrow.gif) no-repeat 13px 8px;
		
	}
	
	.easyMenuItemOver a
	{
		height: 24px;
		cursor: auto; cursor: pointer;
		
	}

	.easyMenuItemIconCellOver, .easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: White;
		text-decoration: none;
		text-indent: 24px;
		white-space: nowrap;
		
	}

	.easyMenuItemContentCellOver a
	{
		color: White;
		cursor: auto; cursor: pointer;
		text-decoration: none;
		white-space: nowrap;
		
	}

	.easyMenuSeparator, .easyMenuSeparatorIconCell, .easyMenuSeparatorContentCell, .easyMenuSeparatorOver, .easyMenuSeparatorIconCellOver, .easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell, .easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		/*background-image: url(submenu.gif);*/
		background-repeat: no-repeat;
		background-position: 2px 6px;
		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%;
		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;
	}	
}