.webfx-menu, .webfx-menu * {
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}
.webfx-menu {
	position:			absolute;
	z-index:			100;
	visibility:			hidden;
	width:				100px;
	background:			Menu;
	border:				2px outset Menu;
	padding:			1px;
	-moz-opacity:		1;
}
.webfx-menu-empty {
	display:			block;
	font:				Menu;
	color:				MenuText;
	height:				16px;
	padding-left:		5px;
	padding-right:		5px;
}
.webfx-menu a {
	display:			block;
	width:				auto;
	text-decoration:	none;
	color:				MenuText;
	height:				18px;
	vertical-align:		middle;
	padding:			2px;
	padding-left:		3px;
	padding-right:		3px;
	cursor:				default;
	font:				Menu;
	border:				0;
	overflow:			hidden;
}	
.webfx-menu a:visited {
	color:			MenuText;
	border:			0;
}
.webfx-menu a:hover,
.webfx-menu a:visited:hover {
	color:			HighlightText;
	background:		Highlight;
	border:			0;
}	
.webfx-menu a .arrow {
	float:			right;
	border:			0;
	width:			3px;
	height:			6px;
	margin-top:		3px;
	margin-right:	3px;
}
/* separator */
.webfx-menu div {
	height:			2;
	border-top:		1px solid ButtonShadow;
	border-bottom:	1px solid ButtonHighlight;
	overflow:		hidden;
	margin:			0;
	margin-top:		2px;
	margin-bottom:	2px;
	font-size:		0mm;
}
.webfx-menu-bar {
	background:		buttonface;
	padding:		2px;
	font-family:	Verdana, Helvetica, Sans-Serif;
	font-size:		11px;
}
.webfx-menu-bar a,
.webfx-menu-bar a:visited,
.webfx-menu-bar a:visited:hover {
	color:				ButtonText;
	border:				1px solid ButtonFace;
	text-decoration:	none;
	padding:			1px;
	padding-left:		5px;
	padding-right:		5px;
	height:				auto;
	white-space:		nowrap;
}
.webfx-menu-bar a:hover {
	color:			ButtonText;
	background:		ButtonFace;
	border-left:	1px solid ButtonHighlight;
	border-right:	1px solid ButtonShadow;
	border-top:		1px solid ButtonHighlight;
	border-bottom:	1px solid ButtonShadow;
}
.webfx-menu-bar a .arrow {
	border:			0;
	float:			none;
	float:			right;
	margin-right:	2px;
	background: red;
}
.webfx-menu-bar a:active, .webfx-menu-bar a:focus {
	-moz-outline:	none;
	outline:		none;
	border-left:	1px solid ButtonShadow;
	border-right:	1px solid ButtonHighlight;
	border-top:		1px solid ButtonShadow;
	border-bottom:	1px solid ButtonHighlight;
}
