div.EktronEditorsMenuWrapper 
{
	position:relative !important;
	margin:0 !important;
	padding:0 !important;
	text-align:left !important;
}

div.EktronEditorsMenuWrapper p.EktronEditorsMenuMarker 
{
	background-image:url('../images/application/pin_grey.gif') !important;
	background-position:0px 0px !important;
	background-repeat:no-repeat !important;
	margin:0 !important;
	padding:0 !important;
	height:16px !important;
	width:16px !important;
	border:none !important;
	cursor:pointer !important;
	cursor:hand !important;
}


/* Note: menu position is assigned in webtoolbar.js */
div.EktronEditorsMenuWrapper ul.EktronEditorsMenu 
{
	top:13px !important;
	left:13px !important;
	text-align:left !important;
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	background-color:White !important;
	border-bottom:none !important;
	position:absolute !important;
	z-index:999999999 !important;
	border-bottom:1px solid silver !important;}

/* Begin EktronEditorsMenuNotLayered */

/* The styles directly below are applied when the Editor's menu cannot be layered on-top of the content it represents */
/* The Editor's menu cannot be (reliably) layered over <iframe>, or <object> */
/* The Exception is for Flash objects that have both the following: */
/* <object ...><param name="wmode" value="Transparent"/> ... <embed wmode="transparent" .../> */
/* The <embed> element is not part of any HTML/XHTML specification and is therefore invalid */
/* However, it's a defacto standard used by most major browsers */
/* The only case whereby the Editor's menu can be reliable overliad upon a Flash object is when */
/* "wmode" is set to "Transparent" on both <param> AND <embed> */
/* If the menu does not detect the presence of both of these conditions, the Editor's menu's <ul> receives two classes */
/* "EktronEditorsMenu" and "EktronEditorsMenuNotLayered" */
/* Example: <ul class="EktronEditorsMenu EktronEditorsMenuNotLayered"> */

div.EktronEditorsMenuWrapper ul.EktronEditorsMenuNotLayered {position:static !important;width:150px !important;margin-bottom:1em !important;}
/* End EktronEditorsMenuNotLayered */


div.EktronEditorsMenuWrapper ul.EktronEditorsMenu li {word-wrap:normal !important;margin:0 !important;padding:0 !important;background-color:White !important;border:none !important;}
div.EktronEditorsMenuWrapper ul.EktronEditorsMenu li.HideEktronEditorsMenu {text-align:right !important;background-color:#e8e8e8 !important;border:none !important;border:1px solid silver !important;border-bottom:none !important;}
div.EktronEditorsMenuWrapper ul.EktronEditorsMenu li a {display:block !important;padding:.25em !important;text-decoration:none !important;border:1px solid silver !important;border-bottom:none !important;}
div.EktronEditorsMenuWrapper ul.EktronEditorsMenu li a:hover {background-color:silver !important;color:white !important;text-decoration:none !important;}
div.EktronEditorsMenuWrapper ul.EktronEditorsMenu li a img {border:none !important;margin:0em .25em 0em 0em !important;padding:0 !important;width:16px !important;height:16px !important;}