﻿/*
	IE7 (and other browsers) adhere to the transparent color 
*/	
.ContextMenuPopper_NoHoverLeft
{
	border-left:solid 1px;		
	border-top:solid 1px;
	border-bottom:solid 1px;
		
	border-color:transparent;		
}


/*Dimmed item (doesn't have mouseover focus)*/
.ContextMenuItemDim
{
	/*
	to avoid the item jumping it needs a border, and this border needs to be invisible
	IE6 doesnt adhere to CSS guidelines for border-color:transparent, so we have to fudge it */	
	border-width:1px;
	border-style:solid;
	border-color:transparent;
	color:Navy;
}
