@media screen
{
	.ParentMenu
	{
		height: 20px;
	}
	
	.ParentItemContainer
	{
		border: solid 1px #336699;
	}
	
	.ParentItem
	{
		background-color: #FFFFFF;
		cursor: hand; 
		height: 20px;
		width: 118px;
		border-right: solid 1px #336699;
		padding-left:12px;
	}
	
	.ParentItemContentCell
	{
		font: 11px verdana; 
		/*color: #6699cc;*/
		color: #000000;		
		white-space: nowrap;
		height: 20px;
		width: 118px;	
	}
	
	.ParentItemContentCell a
	{
		text-decoration:none;
		/*color: #6699cc;*/
        color: #000000;		
	}	
	
	.ParentItemContentCell a:hover
	{
		color: #000000;
	}		

	.ParentItemOver
	{
		background-color: #6699cc;
		cursor: hand; 
		height: 20px;
		width: 118px;
		/*color: #000000;*/
		padding-left:12px;	
		border-right: solid 1px #336699;										
	}
	
	.ParentItemContentCellOver a:hover
	{
		color: #000000;
	}
		
	.ParentItemContentCellOver
	{
		font: 11px verdana; 
		color: #000000;
		white-space: nowrap;
		width: 117px;		
	}

	.ParentItemSubMenuCell, .ParentItemSubMenuCellOver
	{
		width: 20px;
		font-family: Verdana;
	}
	
	.ParentSeparator, .ParentSeparatorOver
	{
		width:1px;
		padding: 0px;
	}
	
	.ParentSeparatorContentCell,.ParentSeparatorContentCellOver
	{
		color: #6699cc;
	}
	
	.easyMenu
	{
		border-top: 1px solid #FFFFFF;
		background-color: #6699cc;
	}
	
	.easyMenu a
	{
		color: #ffffff;
	}	
	

	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #FFFFFF;
		padding: 0px;
	}
	

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemContentCell
	{
		font-family: verdana;
		font-size: 11px;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuItemOver
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #FFFFFF;
		padding: 0px;
	}
	.easyMenuItemOver a
	{
		color: #000000;
	}
	
	
	.easyMenuItemIconCellOver
	{

	}

	.easyMenuItemContentCellOver
	{
		/*color: red;*/
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		
	}

	.easyMenuSeparatorIconCell, .easyMenuSeparatorContentCell, .easyMenuSeparatorIconCellOver, .easyMenuSeparatorContentCellOver
	{
	}
	
	.easyMenuSeparator, .easyMenuSeparatorOver
	{
		border-bottom: 1px solid #ffffff;
	}

	.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;
	}	
}