@media screen
{
	.ParentMenu
	{
		height: 31px;
		padding-left: 1px;
		padding-right: 1px;
	}
	
	.ParentItemContainer
	{
		background-color:white;
	}
	
	.ParentItem
	{
		cursor: pointer; cursor: auto;
		height: 31px;
		width:88px;
		border-right: #DEDEDE 1px solid;
	}
	
	.ParentItemContentCell
    {
        font: bold 11px 'Times New Roman';
        color: black;
        text-align: center;
        white-space: nowrap;
        text-transform: uppercase;
        width: 88px;
        background-position: right;
        /*background-image: url('../../../../Images/menu_sep.gif');
        background-repeat: no-repeat;*/
    }

	.ParentItemOver
	{
		/*background-color:#E7A476;*/
		cursor: pointer; cursor: auto;
		/*height: 32px;*/
		width:88px;
		border-right: #DEDEDE 1px solid;
	}

	.ParentItemContentCellOver
    {
        font: bold 11px 'Times New Roman';
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        height: 31px;
        width:88px;
        background: url('../../../../Images/res/menu/MSDN/arrow.gif') #3f8bb1 no-repeat center bottom;
    }

	.ParentItemSubMenuCell
	{
		width: 2px; /*20px;*/
		font-family: Verdana;
		font-size: 1px;
	}
	
	.ParentItemSubMenuCellOver
	{
		width: 5px; /*20px;*/
		font-family: Verdana;
		font-size: 1px;
		background-color: #478EB0;
	}
	
	.ParentSeparator1, .ParentSeparatorOver1
    {
        width: 1px;
        padding: 0px;
        border-right: #DEDEDE 1px solid;
    }
	
	.ParentSeparatorContentCell1,.ParentSeparatorContentCellOver1
	{
		color: #D6D6D6;
	}
	
	.easyMenu
	{
	    /* background-color: #478EB0;
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;*/
	    border:0px;
		background-color: #236686; /*#DD7C3B;*/
		filter:alpha(opacity=95);
	    -moz-opacity:0.95;
	    opacity:0.95;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 24px;
		cursor: auto; cursor: pointer;
		border-bottom: 0px; /*1px solid #CCCCCC;*/
		padding-top: 3px;
	}
	
	.easyMenuItem a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
	}

	.easyMenuItemIconCell, .easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		font-family: verdana;
		font-size: 11px;
		color: #ffffff;
		text-indent: 10px;
		white-space: nowrap;

	}

	.easyMenuItemContentCell a
	{
		padding-top:3px;
		height: 20px;
		color: #ffffff;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuItemOver
	{
		height: 24px;
		cursor: auto; cursor: pointer;
		border-bottom: 0px; /*1px solid #CCCCCC;*/
		background-color: #478EB0; /*#DD7C3B;*/
		padding-top: 3px;
	}
	
	.easyMenuItemOver a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		color:#ffffff;
	}

	.easyMenuItemIconCellOver, .easyMenuItemIconCellOver a
	{
		padding-top:3px;
	}

	.easyMenuItemContentCellOver
	{
		color: White;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	
		background: url('../../../../Images/res/menu/MSDN/arrow2.gif') #3f8bb1 no-repeat center bottom;
	}

	.easyMenuItemContentCellOver a
	{
		padding-top:3px;
		color: #ffffff;
		cursor: auto; cursor: pointer;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: underline;
		white-space: nowrap;
	}

	.easyMenuSeparator, .easyMenuSeparatorIconCell, .easyMenuSeparatorContentCell, .easyMenuSeparatorOver, .easyMenuSeparatorIconCellOver, .easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell, .easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		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%;
		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;
	}	
}