/* DROPDOWN */
.drop-down * {
	cursor: default !important;
	z-index: 1000000;
	font-size: 10px;
	text-align: left;
}

.drop-down {
	height: 24px;
	width: 173px;
	position: relative;
	display: inline;
	float: left;
}
.drop-down .current_val {
	display: block;
	margin: 0px !important;
	padding: 0px 0px 0px 5px !important;
	background: #cccccc url(arrow.gif) no-repeat right 7px;
	height: 24px;
	width: 168px;
	color: #000;
	line-height: 24px;
}
.drop-down .current_val div {
	width: 140px;
	height: 100%;
	overflow: hidden;
	line-height: 24px;
}
.drop-down a.current {
	background: #604796 !important;
	color: white !important;
}
.drop-down ul {
	left: 0px !important;
	top: 25px;
	display: none;
	list-style-type: none !important;
	margin: 0px !important;
	padding: 0px !important;
	background: #E7E7E8;
	z-index: 100000;
	width: 100% !important;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	
}
.drop-down li {
	display: block;
	line-height: 24px;
	margin: 0px !important;
	height: 24px !important;
}
.drop-down a {
	cursor: pointer;
	display: block;
	height: 24px !important;
	line-height: 24px;
	width: 163px;
	padding: 1px 5px;
	color: #000;
}
.drop-down a:hover {
	background: #ada0c7;
	color: white;
	text-decoration: none !important;
}
/* END OF DROPDOWN */
select.dropdown {
	width: 173px;
}
