﻿/* FØLGENDE DEFINITIONER ER TIL MENUEN : */
.menu dl, .menu dt, .menu dd, .menu ul, .menu li, .menu table, .menu td
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-variant: normal;
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana, helvetica,sans-serif;
	line-height: 19px;
}
.posrel
{
	position: relative;
	float: left;
}
.nobr
{
	white-space: nowrap;
}
.noborder
{
	border-style: none;
	border: solid 0px;
}
.menudiv
{
	position: absolute;
	top: 105px;
	left: 170px;
	display: block;
	min-width: 700px;
	z-index: 1000;

}
.menu dl
{
	float: left; 
	width: 160px; 
	background-repeat: repeat; /* background-color: transparent;  #85cbde; */
	display: block;
	margin-left: 20px;
	background-color: #d6eece;
}
.menu dt
{
	font-size: 12px;
	cursor: pointer;
	margin-left: 4px; /*	height:20px; 	line-height:20px; */
	text-align: center;
	font-weight: bold;
	color: #81755f;
	background-repeat: repeat-x;
	padding-left: 2px;
	padding-right: 2px;
	height: 17px;
	
}
.menu dd
{
	/* border-top: solid 1px #0293bb;  */
	margin-top: 4px;
}
.menu li
{
	text-align: center;
	background-color: #c0dcb5;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #81755f;
}
.menu li a, .menu dt a
{
	color: #81755f;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	/*border-left: 1px solid #81755f;
	border-right: 1px solid #81755f; */
	border-bottom: solid 1px #81755f; 
}
.topmenuitem
{
	border-top: 1px solid #c0dcb5;
}
.menu li a:hover, .menu dt a:hover, menu li a:active, .menu dt a:active
{
	background-color: #81755f;
	background-repeat: repeat-x;
	color: #fff;
}

.menu > a
{
	padding-left: 5px;
	padding-right: 5px;
	color: #81755f;
}
.alignright
{
	text-align: right;
}