/* CSS Document */
.menyLink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#636363;
	padding-right:20px;
}


#Meny1
{
position:absolute;
left:40px;
width:960px;
}
#Meny2
{
position:absolute;
left:388px;
z-index:101;

}
#testtekst{z-index:100; position:absolute; top:60px;}
#flashcontent{ position:relative; z-index:0;}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: relative; /* Menu position that can be changed at will */

z-index:100;
width: 100%; /* precision for Opera */
}

#menu dl {
float: left;
width: 12em;
background-color: #ffffff;
}

#menu dt {
cursor: pointer;
text-align:left;
background-color: #ffffff;
color: #636363;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:normal;
padding-bottom:5px;
}

#menu dd {
display: none;
border: 1px solid #dedede;
}

#menu li {
text-align:left;
background-color: #ffffff;
line-height:16px;
}

#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
padding-left:5px;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #dedede;
}

#menu2 {
position: relative; /* Menu position that can be changed at will */
width: 12em;
z-index:100;
width: 100%; /* precision for Opera */
}

#menu2 dl {
float: left;
width: 13em;
background-color: #ffffff;
}

#menu2 dt {
cursor: pointer;
text-align:left;
background-color: #ffffff;
color: #636363;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:normal;
padding-bottom:5px;
}

#menu2 dd {
display: none;
border: 1px solid #dedede;
}

#menu2 li {
text-align:left;
background-color: #ffffff;
line-height:16px;
}

#menu2 li a, #menu2 dt a {
color: #000000;
text-decoration: none;
display: block;
padding-left:5px;
height: 100%;
border: 0 none;
}

#menu2 li a:hover, #menu2 li a:focus, #menu2 dt a:hover, #menu2 dt a:focus {
background: #dedede;
}

