﻿@media screen
{
	
	.ParentMenu
	{
		background:url(/Images/Menu/gag.gif) repeat-x  0px -5px;
		width:100%;
		height:28px;
		padding-left: 1px;
		padding-right: 1px;
		font: 10px Verdana;
		cursor:hand;
		
	}
	.ParentItemContainer
	{
	    width:auto;
		height:28px;
		background:url(/Images/Menu/bg.gif) repeat-x 0px -5px;
		font: 10px Verdana;
		cursor:hand;
	}
	.ParentItemContainer a,.ParentItemContainer a:hover,.ParentItemContainer a:visited,.ParentItemContainer a:link,.ParentItemContainer a:active
	{   cursor:hand;
	    width:160px;
	    padding-left:0px;
	    text-indent: 12px;
	    padding-right:3px;
		font: 10px Verdana;
		text-align: left;
		vertical-align: middle;
		padding-top: 9px;
		text-decoration:none;
		color:Black;
		font-weight:bold;
	}
	.ParentItemOver
	{ 
	    cursor:hand;
	    width:auto;
		background:url(/Images/Menu/bg_a.gif) repeat-x 0px -5px;
		height:28px;
		font: 10px Verdana bold;
		
	}
	.ParentItemContentCell, .ParentItemContentCellOver
	{
	    cursor:hand;
	    width:160px;
	    text-indent: 12px;
		font: 10px Verdana;
		font-weight:bold;
		text-align: left;
		vertical-align: middle;
		padding-top: 9px;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}
	.ParentSeparator
	{
	}
	.ParentSeparatorOver
	{
		width: 1px;
		background:url(/Images/Menu/sep.gif) no-repeat; 
		height:28px;
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		width: 1px;
		background:url(/Images/Menu/sep.gif) no-repeat 0px -5px; 
		height:28px;
	}
/* TO INCREASE THE SUBMENU WIDTH AND HEIGHT */
	.easyMenu
	{
		filter: Alpha(Opacity=90);
		-moz-opacity: 0.90;
		opacity: .90;
		width:140px;
		height:450px;
		cursor:hand;
		/*UPDATE TODAY */
		overflow-y:auto;
		overflow-x:hidden;
		scrollbar-3dlight-color:#E4EFF3;
		scrollbar-arrow-color:#586680;
		scrollbar-base-color:#E4EFF3;
		scrollbar-darkshadow-color:#586680;
		scrollbar-face-color:#E4EFF3;
		scrollbar-highlight-color:#586680;
		scrollbar-shadow-color:#E4EFF3;
	}
	
	

	.easyMenuItem
	{
		
		cursor:hand;
		color:#4E5A6D;
        font-size: 10px;
        font-family:Verdana;
		background-color: #E4EFF3;
		padding: 0px;
		width:140px;
		height:18px;
		
	}
	
	.easyMenuItem a
	{
		width:140px;
		height:18px;
		font-size: 10px;
        font-family:Verdana;
		cursor:hand;
		color:#4E5A6D;
		text-decoration:none;
		
	}
	
	

	.easyMenuItemIconCell a,.easyMenuItemIconCell
	{
	    background:url(/Images/Menu/arrow.png) no-repeat left center;
		width:10px;
		border:2px solid #E4EFF3;
		background-color: #E4EFF3;
		vertical-align:bottom;
		text-align:center;
		height:18px;
		font-size: 10px;
        font-family:Verdana;
        cursor:hand;
	}

    .easyMenuItemIconCellOver,.easyMenuItemIconCellOver a
	{
	    text-decoration:none;
	    background:url(/Images/Menu/arrow.png) no-repeat;
		width:10px;
		border:2px solid #E4EFF3;
		vertical-align:bottom;
		height:18px;
		font-size: 10px;
        font-family:Verdana;
        cursor:hand;
	}

	
	
	.easyMenuItemContentCell
	{
	    cursor:hand;
		font-family: Verdana;
		font-size: 10px;
		color: #4E5A6D;
		width: 200px;
		cursor:hand;
		height:18px;
	}

	.easyMenuItemContentCell a
	{
	    cursor:hand;
		height: 18px;
		color: #4E5A6D;
		font-family: Verdana;
		font-size: 10px;
		text-decoration: none;
		
	}

	.easyMenuItemOver
	{
		height: 18px;
		cursor:hand;
		background-color: #9EBACD;
		color:#000;
		padding: 0px;
		text-decoration:none;
		font-size: 10px;
        font-family:Verdana;
		
	}
	
	.easyMenuItemOver a
	{
		height: 18px;
		cursor:hand;
		color:#000;
		font-size: 10px;
        font-family:Verdana;
	}

	

	.easyMenuItemContentCellOver
	{
		color: White;
		font-family: Verdana;
		font-size: 10px;
		text-decoration: none;
		width: 140px;
		cursor:hand;
		height:18px;
	}

	.easyMenuItemContentCellOver a
	{
		color: White;
		cursor:hand;
		font-family: Verdana;
		font-size: 10px;
		text-decoration: none;
		height:18px;
		
	}

	.easyMenuSeparator
	{
	 height: 3px;
    font-size: 1px;
    background-color: red;

	}
	
	.easyMenuSeparatorIconCell
	{
	    background:url(/Images/Menu/submenu.gif) no-repeat;
		width:10px;
		border:2px solid #E4EFF3;
		background-color: #E4EFF3;
		vertical-align:bottom;
		text-align:center;
		
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	    
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	    
	}

	.easyMenuItemSubMenuCell
	{
		width: 10px;
		/*padding-top: 5px;*/
		background-image: url(/Images/Menu/submenu.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
		font-family: Verdana;
		font-size: 1px;
		cursor:hand;
		
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(/Images/Menu/submenu.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
		font-family: Verdana;
		font-size: 1px;
		padding-right:0px;
		cursor:hand;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0;
		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
	{
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}