.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 126px; /*default  width of main box */
position: relative;
z-index:99999;
padding: 0;
cursor: hand;
cursor: pointer;
background:url(../pic/bg_select.gif) no-repeat left;
color:#7d8682;
height:18px!important;
text-align:left;
margin-bottom:2px;
margin-left:0px;
}
.dhtmlselect span {
	height:15px;
	line-height:14px;
	border:none!important;
	padding:2px 0px 0px 0px !important;
	width:126px;
	/*background: black;*/
	margin:0 0 0 0px !important;
	font-size:10px;
	color:#405167!important;
/*	cursor: hand;
	cursor: pointer;*/
	overflow:hidden;
	float:left;
	white-space:nowrap;
	text-align:center;
	display:block;
}

.kereso_select span { text-align:left; margin-left:0px!important; width:119px!important; text-indent:6px; }

.layer_tartalom .select .dhtmlselect { width:121px!important; }
.layer_tartalom .select .dhtmlselect .dropdown { width:116px!important; }
.layer_tartalom .select .dhtmlselect span { width:116px!important; }

.bg_select_257 .dhtmlselect { width:257px!important; background:url(../pic/bg_select_257.gif) no-repeat left; }
.bg_select_257 .dhtmlselect .dropdown { width:252px!important; z-index:10000!important;  }
.bg_select_257 .dhtmlselect span { width:252px!important; text-align:left!important; text-indent:6px; }


.select_menu .dhtmlselect {
	width:155px;
	background:url(../pic/bg_select2.gif) no-repeat left;
}
.select_menu .dhtmlselect span {
	width:150px;
}
.select_menu .dhtmlselect .dropdown {
	width:150px;
}



.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
/*position: absolute;*/
float:right;
margin-top:-17px;
margin-left:10px;
margin-bottom:0px;
display:none;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
z-index:99999;
left: 0;
width: 121px; /*default width of drop down menu*/
height: 125px;
overflow:auto;
display: none;
z-index: 9999;
font-weight: normal;
margin-left:0px;
padding:0px 0px 0px 4px;
background:white;
border:1px solid #7893ae;
margin-top:17px;
top:-1px;
}


.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background:white;
color:#405167;
padding: 3px 0px 3px 4px;
margin-left:-4px;
text-decoration: none;
text-indent:0px;
font-size:9px;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: auto;
color: #405167;
}

.dhtmlselect .dropdown a:hover{
background: #7893ae;
color:white;
}