/*AM-Gruppen CSS Style*/

*{margin:0;padding:0;border:none;}

body{behavior:url("csshover.htc");}

/*
<style type="text/css" media="screen">
body {behavior: url(csshover.htc);} 
</style>*/

/* Begin CSS Popout Menu */

#menu
{
}

#menu a, #menu h2{
font:normal 0.35em/1.5em verdana, arial, sans-serif;
display:block;
border-width:0px;
border-style:solid;
border-color:#000000;
/*white-space:nowrap;*/
/*margin:0; */
padding:2px 0px 0px 6px;

}

#menu h2{

backgound-color:#dfdfdf;
text-transform:lowercase;

}
																
#menu a{
												/*background:#f1f0d7;*/
background:#edede8;								/* Selve menu box */
/*background: url(bgmenu.jpg);*/

text-decoration:none;

font-weight:100;
text-align:left;

}

#menu a.top_link { /* Top link special */

background:#ec7707;	
padding-left: 8px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration:none;

font-size:11px;
font-weight:100;
text-align:left;

}


#menu a, #menu a:visited{

color:#000000;									/* menu text farve */
												/*background:#aed0fc;*/
}

											
#menu a:hover{

color:#ffffff;									/* hover text farve af menu */
background:#ec7707;								/* hover bg farve på text */
												/* border:1px; border-style:solid; */
}

#menu a:active{

color:#ffffff;									/* bg farve text click */
background:#;									/* bg farve click */

												/*color:#ec7707;
												background:#d6fa76;	*/							
}
#menu ul{

list-style:none;
margin:0;
padding:0;
float:left;
width:221px;

}

#menu li{
background:#000000;
position:relative;
}

#menu ul ul{

position:absolute;
z-index:500;
top:auto;
display:none;
}
/*
#menu ul ul ul{

top:0;
left:2px;
height:22;
}
*/

/* Begin non-anchor hover selectors */

div#menu h2:hover{

background: url();
}
/*----------------------------------------------------------------------------*/
div#menu li:hover{

cursor:pointer;
z-index:100;
}
/*----------------------------------------------------------------------------*/
div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

/*CSSHover behavior Start*/

<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {

float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {

height: 1%; /* make links honour display: block; properly */
} 
#menu a, #menu h2 {
font: normal 10px/18px verdana, arial, sans-serif;
/*padding-top:0.30em;*/

} 
</style>


/*CSSHover behavior End*/
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}


/* Holly Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */