/* ----------------- M E N U --------------- */
#menu_Forside            { visibility: visible; position: absolute; top: 99px; left: 72px; width: 104px; height: 22px }
#menu_Program           { visibility: visible; position: absolute; top: 130px; left: 72px; width: 104px; height: 22px;  }
#menu_Billetter           { visibility: visible; position: absolute; top: 162px; left: 72px; width: 104px; height: 22px }
#menu_Konkurrence         { visibility: visible; position: absolute; top: 194px; left: 72px; width: 104px; height: 22px }
#menu_Billeder           { visibility: visible; position: absolute; top: 225px; left: 73px; width: 104px; height: 22px }
#menu_Information             { visibility: visible; position: absolute; top: 256px; left: 73px; width: 104px; height: 22px;}
#menu_Tilbud            { visibility: visible; position: absolute; top: 287px; left: 73px; width: 104px; height: 22px }
#menu_Sponsorer               { visibility: visible; position: absolute; top: 317px; left: 74px; width: 104px; height: 22px }
#menu_Kontakt               { visibility: visible; position: absolute; top: 349px; left: 74px; width: 104px; height: 22px }
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
/*	text-align: center;*/
	width: 100%; /* Width of Menu Items */
/*	border-bottom: 1px solid Black; */

}

ul li {
	position: relative;
	width: 100%;
/*	text-align: center;*/
	}

li ul {
	position: absolute;
	left: 93%; /* Set 1px less than menu width */
	width: 100%;
	top: -3px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #F89C10;
	text-align: center;
	padding-right: 20px;
	background-image: url('trans.png'); /* transpic */ 
	width: 100%;
	height: 100%;
/*	background: inherit; /* IE6 Bug */ 
	font-weight: bold;
	font-font-family: verdana;
/*	text-align: center;*/
}

/* Fix IE. Hide from IE Mac \*/
/* html ul li { float: left; height: 1%; }
 html ul li a { height: 1%; }
/* End */

ul li a:hover {color: white; /*background: #000000;*/} /* Hover Styles */
li ul li a { padding: 5px 0px;
			 color:#F89C10; /*background: #999999;*/ 
			 background-image: url("knapbg.png");
			 background-position:left top;
			 background-repeat: no-repeat;
			 margin-left: 10px;
			 text-align: center;
		/*	 background-attachment:fixed;*/
} /* Sub Menu Styles */
li:hover ul, li.over ul {display: block; } /* The magic */


/*Old Setting*/

a.link:link { 
	color: #333333; 
	text-decoration: none;
	font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
}

a.link:visited {
	color: #333333; 
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}
a.link:active {
	color: #333333; 
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}
/*
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-family: Verdana;
	 font-weight: bold;
}
*/