.custom-dropdown{
	position:relative;
	font-size:12px;
}

.custom-dropdown-head{
	position:relative;
	width:100%;
	height:16px;
	padding-left:12px;
	padding-top:3px;
	background-color:#fff;
	cursor:pointer;
	border:solid 1px #b8bfc1;
	background-image:url('//www.citigroup.com/citi/images/global/custom_dropdown_head_bullet.png');
	background-repeat:no-repeat;
	background-position:100%;
	font-size:11px;
	line-height: 1.25em;
}

.custom-dropdown-animationWrapper{
	position:absolute;
	overflow:hidden;
	margin-left:-12px;
	padding-left:12px;
	padding-right:24px;
	padding-bottom:12px;
	z-index:1000;
}

.custom-dropdown-dropdown{
	position:relative;
	padding-left:12px;
	padding-top:4px;
	padding-bottom:0;
	padding-right:0;
	width:100%;
	background-color:#fff;
	-moz-box-shadow:    0px 3px 8px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,.5);
	box-shadow:         0px 3px 8px 0px rgba(0,0,0,.5);
	border-bottom-left-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	overflow:hidden;
}
.ie7 .custom-dropdown-dropdown, 
.ie8 .custom-dropdown-dropdown {
	border:solid 1px #bdbdbd;
}
.custom-dropdown-dropdown-item-wrapper{
	max-height:205px;
	overflow-y:auto;
	padding-right:12px;
	outline: none;
}
.custom-dropdown-dropdown-bottom{
	z-index:100;
	height:12px;
}

.custom-dropdown-item{
	color:#333;
	padding-top:4px;
	padding-bottom:4px;
	margin-right:12px;
	cursor:pointer;
	background-image:url('//www.citigroup.com/citi/images/global/custom_dropdown_item_hor.png');
	background-repeat:repeat-x;
	background-position:0 100%;
}
.ie9 .custom-dropdown-item{
	width:90%;
}

.ie8 .custom-dropdown-item{
	width:90%;
}

.custom-dropdown-dropdown-item-lastchild{
	background-image:none;
	padding-bottom:0;
}
.custom-dropdown-item:hover,
.custom-dropdown-item-selected{
	color:#014c7b;
}

.custom-dropdown .jspVerticalBar{
	width:7px;
	right:20px;
	background-color:#fff;
}

.custom-dropdown .jspVerticalBar .jspCap.jspCapTop{
	display:block;
	height:2px;
	background-image:url('//www.citigroup.com/citi/images/global/custom_dropdown_jspVBarTop.png');
}
.custom-dropdown .jspVerticalBar .jspCap.jspCapBottom{
	display:block;
	height:2px;
	background-image:url('//www.citigroup.com/citi/images/global/custom_dropdown_jspVBarBottom.png');
}
.custom-dropdown .jspTrack{
	background-color:#fff;
	border-left:solid 1px #dbdbdb;
	border-right:solid 1px #dbdbdb;
}

.custom-dropdown .jspDrag {
	width:7px;
	height:37px;
	margin-left:-1px;
	boder:none;
	background-image:url(//www.citigroup.com/citi/images/global/custom_dropdown_jspVBar_thumb.png);
}
.custom-dropdown .jspContainer{
	outline:#f00;
}