.select_replacement{
	height:24px;
	position: relative;
	width:170px;
	background-image: url(../img/select_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-variant: small-caps;
	color:#000;
	font-size:14px;
}

.select_replacement div{
	height:19px;
	width:160px;
	margin-left:10px;
	padding-top:5px;
}

.select_replacement span{
	float:left;
}

.select_replacement a{
	display:block;
	width:24px;
	height:24px;
	float: right;
	background-image: url(../img/select_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center;	
	margin-top:-5px;
}


.select_replacement ul{
	background-color: #e7ebd2;
	border:1px solid #fff;
	color:#333;
	border-top: 0;
	position:absolute;
	top:24px;
	left:1px;
	width:145px;
	z-index:10;
	overflow: hidden;
	padding:0;
}

.select_replacement ul li{
	width:100%;
}

.select_replacement ul li a,.select_replacement ul li a:visited{
	display:block;
	float:none;
	height:auto;
	width:100%;
	padding:5px 5px;
	margin:0;
	background-image: none;
	padding-right:10px;
	font-weight: normal;
	font-size:12px;
	color:#222222;
}

.select_replacement ul li a:hover{
	background-color: #575fbe;
	color:yellow;
}

.select_replacement ul li a.selected,.select_replacement ul li a.selected:visited{
	background-color: #181c41;
	color:#F5DF50;
}
