﻿.ddn {
	background-image: url('../images/ddlSelector.png');
	background-position: right center;
	background-repeat: no-repeat;
  border: solid 1px #666;
	height: 17px;
	padding: 2px;
	padding-right: 14px; /* This is the width of the selector dropdown image */
	color: #fff;
}
.ddn-container {
    border: solid 1px #666;
    position: absolute; 
    background-color: #333;
     /* This is the width of the selector dropdown image in the ddn class */
}
.ddn-item {
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
}
.ddn-item-hover {
    background-color: #666; 
    color: #fff;
}
