.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 90px; /* 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 {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium medium 0;
    display: none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    left: 0;
    position: absolute;
    width: 100px;
    z-index: 5;
}

.dhtmlselect .dropdown a {
    background: none repeat scroll 0 0 #000066;
    border-bottom: 1px solid black;
    color: #FFFFFF;
    display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 7px;
    text-align: left;
    text-decoration: none;
    text-indent: 10px;
    width: 130px;

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

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

