.select{
	float:left;
}

.selectDark{
	background: url("/images/darkBackground2.gif") no-repeat top left;
	outline:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.selectDark .passiveSelect,.selectDark .activeSelect{
	height:25px;
	outline:none;
	line-height:2em;
	display:block;
	cursor:pointer;	
	padding-left:10px;
	margin-right:10px;
}

.selectDark .passiveSelect{
	background:url("/images/darkNormal.jpg") no-repeat top right;
	color:#fff;
}

.selectDark .activeSelect{
	background:url("/images/darkActive2.gif") no-repeat top right;
	color:#FFF;
}

.selectDark ul{
	padding:0;
	margin:0;
	background:#525252;
	list-style:none;
	max-height:200px;
	overflow-x: hidden;
	overflow-y: auto;
	cursor:pointer;	
	width:150px;
}

.selectDark li{
	padding:0;
	margin:0;
	font-weight:normal;
	padding:2px 0 2px 12px;
	color:#aeaeae;
}

.selectDark .first{
	padding-top:10px;
	background:url("/images/darkFirst.jpg") no-repeat top left;
}

.selectDark .last{
	padding-bottom:10px;
	background:url("/images/darkLast.jpg") no-repeat bottom left;
}

.selectDark li:hover{
	color:#FF0;
}

.selectDark .selected{
	color:#fff;
}
