.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 100px; /* default  width of main box */
/* border: 1px black; */
position: relative;
	text-align: center;
text-indent: 0px;
padding: 0px 0;
cursor: hand;
cursor: pointer;
background-color: #000066;
; font-family: Verdana, Arial, Helvetica, sans-serif
; font-size: 12px
; font-weight: bold
; color: #B3B8DD
}

/*
.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/     /*
position: absolute;
right: -25px;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
; color: #ffffff
} */

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 120px; /*default width of drop down menu*/
border: none; /* tidigare var det 1px solid grey; */
border-bottom-width: 0;
display: none;
z-index: 5;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
; color: #000066
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;  
display: block;
background: #000066;
border-bottom: 1px solid black;
padding: 1px 0;
text-indent: 1px;
text-decoration: none;
color: #ffffff;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #B3B8DD;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
; color: #000000;
}.bakgrund {  }
