/* CSS Document */
/*---左邊選單--*/
#list {
	position: absolute;
	right: 0px;
	bottom:80px;
	width: 396px;
	height: 238px;
	z-index:99;
	overflow:hidden;
}
#btn_open_menu{
	height: 48px;
	width: 65px;
  background: transparent url('http://www.h-resort.com/images/in_list_op.png') 0px -48px;
  background-repeat:no-repeat;
	float: right;
  z-index:101;
}
#btn_open_menuon{
	/*background-image:url(../images/open.png);
	background-repeat:no-repeat;*/
	width:30px;
	height: 238px;
	position: absolute;
	top:0px;
	right:-75px;
}

#list_sub{
  z-index:100;
  width: 396px;
  height: 238px;
	position: absolute;
  top:0px;
  right:-400px;
  overflow:hidden;
}
.list_con {
	position:relative;
	float:left;
	background-image:url(../images/bg_01.png);
	background-repeat:repeat;
	width:366px;
	height: 238px;
	overflow:hidden;
}
.list_con ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  position: relative;
}
.list_con ul li {
	height: 30px;
	float: right;
	padding-top: 19px;
	padding-left: 12px;
}

#btn_close_menu {
	float:left;
	width: 30px;
	height: 238px;
	/*background-image:url(../images/close.png);
	background-repeat:no-repeat;*/
}
._menu_hover{
  position: relative;
  display:block;
  width:52px;
}
._menu_hover IMG{
  position: absolute;
}
._menu_hover img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;

}
