.webfx-menu {
	position:			absolute;
	z-index:			100;
	visibility:			hidden;
	border:				1px solid black;
	padding:			1px;
	background:			black;
	filter:				progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=6) alpha(Opacity=95);
	-moz-opacity:		0.9;
	font-size:			10px;
}

.webfx-menu a {
	display:			block;
	width:				expression(constExpression(ieBox ? "100%": "auto"));	/* should be ignored by mz and op */
	height:				expression(constExpression("1px"));
	overflow:			visible;
	padding:			3px 0px 3px 5px;
	font-size: 			10px;
	font-family:		Verdana, Arial, Sans-Serif;
	text-decoration:	none;
	vertical-align:		center;
	border-top:			1px solid silver;
	text-decoration:	none;
	color:				white;
}	

.webfx-menu a:visited,
.webfx-menu a:visited:hover {
	color:	white;
}

.webfx-menu a:hover {
	background:			#BD2939;
	color:				HighlightText;
	text-decoration:	none;
    font-weight:		bold;
}

.webfx-menu a .arrow {
	float:			right;
	border:			3px none;
	width:			3px;
	margin-right:	3px;
	margin-top:		3px
}




/* her instilles hovedmenu */
/* ----------------------- */
.webfx-menu-bar {
	background:		black;
	font-family:	Verdana, Helvetica, Sans-Serif;
	font-size: 		11px;
 	font-weight:	bold;
	COLOR: 			black;
	/* IE5.0 has the wierdest box model for inline elements */
	padding:		expression(constExpression(ie50 ? "0px" : "3px"));
}


/* her du  */
.webfx-menu-bar a,
.webfx-menu-bar a:visited {
	padding:		1px 5px 1px 6px;
	text-decoration:	none;
	/* IE5.0 Does not paint borders and padding on inline elements without a height/width */
	height:		expression(constExpression(ie50 ? "17px" : "auto"));
	font-family:		Verdana, Helvetica, Sans-Serif;
	font-size: 			11px;
  	font-weight:		bold;
	COLOR: 				white;
	border-top:			2px solid black;
	border-left:		2px solid black;
	border-bottom:		2px solid black;
	border-right:		2px solid black;
}

.webfx-menu-bar a:hover {
	background: 		#BD2939;
	font-family:		Verdana, Helvetica, Sans-Serif;
	font-size: 			11px;
	COLOR: 				white;			//Hover font color
	text-decoration:	none;
	border-top:			2px solid #FF771C;
	border-left:		2px solid #FF771C;
	border-bottom:		2px solid #A04242;
	border-right:		2px solid #A04242;
}

.webfx-menu-bar a .arrow {
	border:			0px none;
	float:			none
}


/* der klikkes på øverste menu... */
.webfx-menu-bar a:active, .webfx-menu-bar a:focus {
	-moz-outline:	none;
	outline:		none;
	ie-dummy:		expression(this.hideFocus=true);
	font-size: 		11px;
}


/* ------------------------------------------------ */
