/*Nye styles .net*/
#udrultop
{
	padding: 0px 0px 18px 18px;
}

#udrulinner
{
	padding: 18px 0px 0px 0px;
}

#udrulbund
{
	padding: 18px 0px 18px 0px;
}

/*Dynamisk menu - START*/
.appMenuSubmenu a
{
	background-color: #adadad;
	border: 1px solid #fff;
	text-align: center;
	color: #000;
}

.appMenuSubmenu a:hover
{
	background-color: #c0c0c0;
	color: #000;
}

#dynmenu {
	width: 572px;
	margin: 0px 0px 0px 0px;
	height: 22px;
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	/*Resten skal aldrig justeres*/
	position: relative;
	list-style: none;
	display: block;
	padding: 0px;
	z-index: 10;
	top: 0px;
	left: 0px;
}
#dynmenu ul {
	top: 23px;
	/*Resten skal aldrig justeres*/
	position: absolute;
	list-style: none;
	display: none;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	width: 100%;
}
#dynmenu li {
	/*Resten skal aldrig justeres*/
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#dynmenu a {
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	text-indent: 6px;
	line-height: 22px;
	/*Resten skal aldrig justeres*/
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#dynmenu ul li {
	/*Resten skal aldrig justeres*/
	position: static;
	display: inline;
	display:/**/block; /*Hack som behager IE5*/
	width: 120%;
	width:/**/100%; /*Hack som behager IE5*/
	list-style: none;
}
#dynmenu ul a {
	height: 18px;
	font-size: 100%;
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	text-indent: 6px;
	line-height: 18px;
	/*Resten skal aldrig justeres*/
	display: block;
	width: 100%;
	margin: 0px;
}
/*Dynamisk menu - SLUT*/
