/*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 menu2 */

#menu2
{
}

#menu2 a, #menu2 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;

}

#menu2 h2{

backgound-color:#dfdfdf;
text-transform:lowercase;

}
																
#menu2 a{
												/*background:#f1f0d7;*/
background:#edede8;								/* Selve menu2 box */
/*background: url(bgmenu2.jpg);*/

text-decoration:none;

font-weight:100;
text-align:left;

}

#menu2 a.top_link { /* Top link special */

background:#5e7223;	
padding-left: 8px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration:none;

font-size:11px;
font-weight:100;
text-align:left;

}


#menu2 a, #menu2 a:visited{

color:#000000;									/* menu2 text farve */
												/*background:#aed0fc;*/
}

											
#menu2 a:hover{

color:#ffffff;									/* hover text farve af menu2 */
background:#5e7223;								/* hover bg fave på text */
												/* border:1px; border-style:solid; */
}

#menu2 a:active{

color:#ffffff;									/* bg farve text click */
background:#;									/* bg farve click */

												/*color:#ec7707;
												background:#d6fa76;	*/							
}

#menu2 ul{

list-style:none;
margin:0;
padding:0;
float:left;
width:221px;

}

#menu2 li{
background:#000000;
position:relative;
}

#menu2 ul ul{

position:absolute;
z-index:500;
top:auto;
display:none;
}
/*
#menu2 ul ul ul{

top:0;
left:2px;
height:22;
}
*/

/* Begin non-anchor hover selectors */

div#menu2 h2:hover{

background: url();
}
/*----------------------------------------------------------------------------*/
div#menu2 li:hover{

cursor:pointer;
z-index:100;
}
/*----------------------------------------------------------------------------*/
div#menu2 li:hover ul ul,
div#menu2 li li:hover ul ul,
div#menu2 li li li:hover ul ul,
div#menu2 li li li li:hover ul ul
{display:none;}

div#menu2 li:hover ul,
div#menu2 li li:hover ul,
div#menu2 li li li:hover ul,
div#menu2 li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

#menu2 a.x:hover{
color:#a00;
background:#ddd;
}

#menu2 a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout menu2 */

/*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 */
} 
#menu2 ul li {

float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu2 ul li a {

height: 1%; /* make links honour display: block; properly */
} 
#menu2 a, #menu2 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 menu2, add 1em top spacing between the two in IE*/
padding-top: 1em;
}


/* Holly Hack for IE \*/
* html #menu2 ul li { float: left; height: 1%; }
* html #menu2 ul li a { height: 1%; }
/* End */