/****************************************************************************
* Dropdown menu 'topnav1'
****************************************************************************/
/**** basic ****/
#topnav1 {
	float: left;
	width: 648px;
	position: relative;
	z-index: 12;
}

/** Start niveau 1 --> **/
/* list */
#topnav1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav1 ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

/* style */
#topnav1 ul a {
	display: block;
	color: #ffffff;
	padding: 4px 20px 3px 20px;
	text-transform: uppercase;
}
#topnav1 ul a:hover {
	color: #b0c50b;
}
/** End niveau 1 <-- **/


/** Start niveau 2 --> **/
/* list */
#topnav1 ul ul {
	visibility: hidden;
	position: absolute;
	top: 21px;
	left: 10px;
	width: 200px; /*<-- beregning skal være korrekt, cmsh_rvh (ul ul li + ul ul a)*/
	background: #4b5c1a;
	padding: 5px 0px;
}
#topnav1 ul ul li {
	margin: 0px 5px;
}

/* style */
#topnav1 ul ul a {
	padding: 5px 10px;
	width: 170px; /* <-- IE6bug.css, cmsh_rvh */
	text-transform: none;
}
/* IE6bug/hack, cmsh_rvh
	 Flyttet til x_IE6bug.css
*#topnav1 ul ul a { width: 190px; } */

#topnav1 ul ul a:hover {
	color: #4b5c1a;
	background: #b0c50b;
}
/** End niveau 2 <-- **/


/* style the table so that it takes no ppart in the layout - required for IE to work */
#topnav1 table {position:absolute; top:0; left:0; }

/* make the second level visible when hover on first level list OR link */
#topnav1 ul li:hover ul,
#topnav1 ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#topnav1 ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#topnav1 ul :hover ul :hover ul{ 
visibility:visible;
}







/****************************************************************************
* Dropdown menu 'topnav2'
****************************************************************************/
/**** basic ****/
#topnav2 {
	float: left;
	width: 648px;
	position: relative;
	z-index: 11;
	background: #b0c50b;
}

/** Start niveau 1 --> **/
/* list */
#topnav2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav2 ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

/* style */
#topnav2 ul a {
	display: block;
	color: #ffffff;
	padding: 4px 9px 3px 9px;
	font-size: 9px;
}
#topnav2 ul a:hover {
	color: #4b5c1a;
}
/** End niveau 1 <-- **/


/** Start niveau 2 --> **/
/* list */
#topnav2 ul ul {
	visibility: hidden;
	position: absolute;
	top: 21px;
	left: 0px;
	width: 160px;
	background: #b0c50b;
	padding: 5px 0px;
	z-index: 95;
}
#topnav2 ul ul li {
	margin: 0px 5px;
}
/* style */
#topnav2 ul ul a {
	padding: 5px 10px;
	width: 130px; /* <-- IE6bug.css, cmsh_rvh */
}
/* IE6bug/hack, cmsh_rvh
	 Flyttet til x_IE6bug.css
*#topnav2 ul ul a { width: 150px; } */

#topnav2 ul ul a:hover {
	color: #b0c50b;
	background: #4b5c1a;
}
/** End niveau 2 <-- **/


/* style the table so that it takes no ppart in the layout - required for IE to work */
#topnav2 table {position:absolute; top:0; left:0; }


/* make the second level visible when hover on first level list OR link */
#topnav2 ul li:hover ul,
#topnav2 ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#topnav2 ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#topnav2 ul :hover ul :hover ul{ 
visibility:visible;
}
