.da_select{
	
	/* This is the container of the new select element */
	
	height:30px;
	display:inline-block;
	min-width:300px;
	position:relative;
	float:left;
	
	/* Font settings */
	font-size: 13px;
   	font-weight: normal;
	color: rgb(88, 120, 119) ;
   	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif ;
	z-index: 30;
	
}

.da_select_short{
	
	/* This is the container of the new select element */
	
	height:30px;
	display:inline-block;
	min-width:180px;
	position:relative;
	float: left;
	
	/* Font settings */
	font-size: 13px;
   	font-weight: normal;
	color: rgb(88, 120, 119) ;
   	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif ;
	z-index: 30;
	
}

.da_select .selectBox{
	position: relative;
	
	width: 300px;
	height: 35px;
	
	background: url(../images/select.png) no-repeat;
	cursor:pointer;

	padding: 8px 0px 0px 8px;
	overflow-x: hidden;
	overflow-y: hidden;
	/*z-index: 10;*/
	
}

.da_select_short .selectBox_short{
	position: relative;
	
	width: 180px;
	height: 35px;
	
	background: url(../images/select-short.png) no-repeat;
	cursor:pointer;

	padding: 8px 0px 0px 8px;
	overflow-x: hidden;
	overflow-y: hidden;
}

/*
.tzSelect .selectBox:hover,
.tzSelect .selectBox.expanded{
	background-position:0 -170px, right -238px, 50% -102px, 0 -34px;
	color:#2c5667;
	text-shadow:1px 1px 0 #9bc2d0;
}
	*/

 .dropDown{
	position:absolute;
	top:20px;
	left:10px;
	width:370px;
	max-height:140px;
	border:1px solid #587877;
	margin-top: 10px;
	padding-left: 2px;
	padding-top: 0px;
	list-style:none;
	background-color: #FFFFFF;
	background: #FFFFFF;
	z-index: 200;
	text-align:left;
	overflow: auto; !important
}

.da_select_short .dropDown{
	width: 270px;
}

.ie7 .dropDown {
	left: -30px;
}

.da_select li, .da_select_short li {
	height:20px;
	cursor:pointer;
	position:relative;
	list-style-position: outside;
	z-index: 2;
	overflow: auto;
}

.da_select_li_selected {
	background-color: #EF6B00;
	background: #EF6B00;
	color: #FFFFFF;
}

/*
.da_select li:hover, .da_select_short li:hover {
	background-color: #EF6B00;
	background: #EF6B00;
	color: #FFFFFF;
}

.da_select li span, .da_select_short li span {
	/*overflow: auto;
	height: 20px;
	z-index: 1;
}
*/


