@charset "utf-8";
.dropdown {
    display: inline;
    float: left;
    margin-right: 0;
    outline: medium none;
    position: relative;
    z-index: 100;
	
}
.dropdown h4 {
    cursor: default;
    margin: 0;
    padding:0px 0 0;
	line-height:20px;
    text-indent: 5px;
	margin-top:0px; 
	text-align:left;
}
.dropdown * {
    -moz-user-select: none;
}
.dropdown h4.over {
}
.dropdown div {
    display: block;
}
.dropdown ul {
    clear: both;
    display: none;
    
    margin: 0;
    max-height: 200px;
    overflow: auto;
    padding: 0 0 0 0;
    position: absolute;
	left:0px;
	top:5px;
    z-index: 500;
	padding:0;
}
.dropdown ul li {
    cursor: default;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-indent: 5px;
}
.dropdown ul li.over {
}
.dropselectbox {
    display: inline;
 color:#333; text-align:left; }
.dropselectbox ul{ display:none;}
.dropdown h4 {
/*    background: url("img/li_04.gif") no-repeat scroll right 0 transparent;
	background: url("img/li_04.gif") no-repeat scroll right -3px\9;*/
+position:relative;
+top:-0px;
_position:relative;
_top:-0px;

    border: medium none;
    font: 12px/19px Arial,Helvetica,sans-serif;
    height: 19px;
	font-family:宋体;
	color:#666;
}
.dropdown h4.over {
 /*   background: url("img/li_04.gif") no-repeat scroll right 0 transparent;
	background: url("img/li_04.gif") no-repeat scroll right -3px\9;*/
    border: medium none;
+position:relative;
+top:-0px;
_position:relative;
_top:-0px;
}
.dropdown h4.current {
    border-color: #b3b3b4;
}
.dropdown ul {
	
 
}
.dropdown ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    font: 400 12px/19px 宋体;
    height: 19px;
}
.dropdown ul li.over {
    background: none repeat scroll 0 0 #ededed;
    color: #333;
}
 