/* SELECT MENU STYLES */

li ul.cs-open li.current {
	color: #999999;
}

li.state ul.cs-select,
li.country ul.cs-select {
	float: left;
	width: 132px;
	height: 24px; 
}
li.state ul.cs-select li.current,
li.country ul.cs-select li.current {
	width: 130px;
	height: 24px;
	line-height: 24px;
	background: url(../img/select-exp_current.jpg) no-repeat;
}
li.state ul.cs-open li.current,
li.country ul.cs-open li.current {
	background: url(../img/select-exp_current.jpg) no-repeat;
}
li.state ul.cs-select ol,
li.country ul.cs-select ol {
	width: 130px;
	padding: 0;
	margin-top: 0;
}
li.state ul.cs-select ol li.cs-option,
li.country ul.cs-select ol li.cs-option {
	height: 16px;
	padding-left: 5px;
}

#ui-datepicker-div { z-index: 1000; }
li.state ul.cs-select { position: relative; z-index: 1; }
li.state ul.cs-open  { z-index: 300; }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
/* 0-select cs-select cs-open */