@charset "utf-8";
/* CSS Document */

.colsel{display:inline-block;float:left}

.colselect,.colselect:link,.colselect:visited{
	display:block;
	width:102px;
	height:27px;
	overflow:hidden;
	line-height:20px;
	background:#fff url(../images/jt.png) 79px no-repeat;
	text-align:left;
}
.colselect:active{
	width:102px;
	height:27px;
	overflow:hidden;
}
.colselect span{
	width:92px;
	padding-left:10px;
	overflow:hidden;
	height:27px;
	line-height:27px;
	font-size:14px;
	color:#333;
	display:inline-block;
	font-family:MyriadPro-Light;
}

.select .colselect,.select .colselect:link,.select .colselect:visited{background:#B2B2B2 url(../images/jt.png) 79px no-repeat;color:#fff}
.select .dropmenu{background:grey;}
.dropmenu{
	display:none;
	background-color:rgba(255,255,255,0.6);
	position:absolute;
	width:120px;
	height:auto;
	z-index:99;
	padding:2px 2px;
}
.dropmenu li{
	font-size:12px;
	line-height:16px;
    padding:5px 0 5px 5px;
	display:block;
	width:115px;
	cursor:default;
	-moz-user-select:none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
.dropmenu li span{display:block;width:105px;}
.rootmenu{
	position:absolute;
	display:none;
}
.menuhover{
	background:url(../images/jt_l.png) 105px 8px no-repeat;
	color:#333;
}
.menuout{
	background:url(../images/jt_r.png) 105px 8px no-repeat;
	color:#fff;
}
.norout{
	color:#fff;
}
.norhover{
	background:url(../images/jt_r.png) 105px 8px no-repeat;
	color:#333;
}
