
@media only screen and (min-width:801px) and (max-width: 1990px) {
.select_menu { display:none }	
.equip_mobile { display: none; }
}

/* ======================= */
/* 下拉選單區塊  */
/* ======================= */

.equip_mobile { padding:20px 0 }

.select_menu {
    margin: auto;
    padding: 0;
	position:absolute;
	top:7px;
	right:0px;
	
}

.select_menu ul li {
	display: block;
	float: left;
	position: relative;
	z-index:100;
}

/* ======================= */
/* 下拉選單的高度 */
/* ======================= */
.select_menu ul li ul {
	margin: -2px 0 0;
	display: none;
	position: absolute;
	width: 198px;
	/*z-index: 350;*/
	border: 1px solid #E1E1E1;
	background: #fff;
	height: auto;
	overflow: auto;
	border-image: initial;
}

.select_menu ul li ul li {
	background: #eeeeee;
}

.select_menu ul li ul li a {
	display: block;
	padding: 0 10px;
	font-size: 15px;
	overflow: hidden;
	line-height: 29px;
	color:#555;
}

/* ======================= */
/* 子層選單 */
/* ======================= */
.select_menu ul li ul li ul li { background: #fff }
.select_menu ul li ul li ul.children{
	margin: 0px 0 0;
	display: none;
	position: inherit;
	width: 100%;
	z-index:none;
	border: 0;
	height:inherit;
	
}
.select_menu ul li ul li ul.children li { padding: 4px 0 }
.select_menu ul li ul li ul.children li a{font-size: 14px; padding-left:15px; line-height: 22px }

/* ======================= */
/* 當選到時 */
/* ======================= */
.option_selected {
    background: url("../../images/tw/dropdown.png") no-repeat scroll 0 0 transparent;
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 29px;
    margin-top: 9px;
    padding: 0 8px;
    position: relative;
    width: 200px;
  /*  z-index: 400;*/
}

.option_list li{
	float:none;
	width:100%;
}

/* ======================= */
/* 滑入選項變色*/
/* ======================= */
.hovered_item{
	background: #eee;
	font-weight: bold;
	color:#333;
}