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

#Meny1
{
position:absolute;
left:0px;
color:#CCCCCC;
}

.strek
{
color:#CCCCCC;
}

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

#menu {
position: absolute; /* Menu position that can be changed at will */
left:575px;
z-index:100;
width: 100%; /* precision for Opera */
}

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

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

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

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

#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: #e9e9e9;
}



#menu2 {
position: absolute; /* Menu position that can be changed at will */
left:430px;
z-index:100;
width: 100%; /* precision for Opera */
}

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

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

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

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

#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: #e9e9e9;
}
