dl, dt, dd, ul, li {
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 1;
left: 1;
width: 145px;
text-align: left;
}

#menu dt {
cursor: pointer;
margin-left: 0px;
margin-top:10px;
height: 30px;
line-height: 30px;
text-align: left;
font-weight: bold;
background: #2D4748;
}

#menu li {
height: 18px;
background: #ffffff;
padding-left: 5px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 0px;
color: #2D4748;


}
#menu li a {
color: #2D4748;;
text-decoration: none;
display: block;
height: 100%;
padding-left: 5px;

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

}

#menu li a:hover {
background: #eee;
background-image: url(Billeder/marker.gif);
background-repeat: no-repeat;
background-position: 125px center;
display: block; 
color: #2D4748;

}
#menu dt a:hover {
background: #ffffff;
color: #2D4748;
background-image: url(Billeder/marker.gif);
background-repeat: no-repeat;
background-position: 130px center;
display: block; 
}
#active{
background: #2D4748;
background-image: url(Billeder/marker-white.gif);
background-repeat: no-repeat;
background-position: 130px center;
display: block; 
color: #2D4748;
}
#subactive {
background: #ffffff;
background-image: url(Billeder/marker.gif);
background-repeat: no-repeat;
background-position: 125px center;
display: block; 
color: #2D4748;
}
.a { color: #fff; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }

