﻿.ddn {
	background-image: url('../images/maja_drop.jpg');
	background-color: #90B24B;
	background-position: left center;
	background-repeat: no-repeat;
	height: 25px;
	padding: 2px;
	padding-right: 12px; /* This is the width of the selector dropdown image */
	color:#90B24B;
}
.ddn-container {
    border: solid 1px #77933e;
    border-top: none; 
    position: absolute; 
    background-color: #fff;
	    color: #000;
     /* This is the width of the selector dropdown image in the ddn class */
}
.ddn-item {
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	    color: #000;

}
.ddn-item-hover {
    background-color: #77933e; 
    color: #000;
}
