#hmenu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
#hmenu li {
		float: left;
	}
#hmenu li a {
		display: block;
		height: 40px; /*圖一半的高度(顯示的高度)*/
		line-height: 16px;	/* ie suck */
		text-indent: -9999px;
}
#hmenu a.v1 {
		width:120px; 
		background:url(../images/menu_01.jpg) no-repeat 0 0;	
}
#hmenu a.v2 {
		width:90px;  /* ???祝 */
		background:url(../images/menu_02.jpg) no-repeat 0 0;	
}	
#hmenu a.v3 {
		width:90px;  /* ???祝 */
		background:url(../images/menu_03.jpg) no-repeat 0 0;	
	}
#hmenu a.v4 {
		width:90px;  /* ???祝 */
		background:url(../images/menu_04.jpg) no-repeat 0 0;	
}
#hmenu a.v5 {
		width:90px; /* ???祝 */
		background:url(../images/menu_05.jpg) no-repeat 0 0;	
}
#hmenu a.v6 {
		width:90px;  /* 圖片寬度 */
		background:url(../images/menu_06.jpg) no-repeat 0 0;	
}
#hmenu a.v7 {
		width:90px;  
		background:url(../images/menu_07.jpg) no-repeat 0 0;	
}

/* 子選單的CSS */

#hmenu li ul {
	position: absolute;
	color: #FFF;
	display: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	max-width:175px;
	min-width:50px;
	/* 層級,數字越大越上層 */
	z-index : 999;
	}
#hmenu li ul li {
	color: #959595;
	font-size: 13px;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}
#hmenu li ul li a {
	display: inline;
	color: #959595;
	text-decoration: none;
	font-size: 13px;
}
#hmenu li ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #313131;
}
