#hmenu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#hmenu li {
		float: left;
	    padding: 0;	
	    background: url(../images/hmenu-div-1.png) center right no-repeat;
	}
	#hmenu li a {
		display: block;
		height: 35px; /* 圖片的高/2 */
		line-height: 35px;	/* ie suck */
		text-indent: -9999px;
	}
	#hmenu li.last{	
	background: none;
}
#hmenu li.first{	
	background: none;
}
	#hmenu a.v1 {
		width:203px; /* 圖片的寬 */
		background:url(../images/menu-1.png) no-repeat 0 0;	
	}
	#hmenu a.v2 {
		width:102px; /* 圖片的寬 */
		background:url(../images/menu-2.png) no-repeat 0 0;	
	}	
	#hmenu a.v3 {
		width:79px; /* 圖片的寬 */
		background:url(../images/menu-3.png) no-repeat 0 0;	
	}
	#hmenu a.v4 {
		width: 87px; /* 圖片的寬 */
		background:url(../images/menu-4.png) no-repeat 0 0;	
	}
    #hmenu a.v5 {
		width:82px; /* 圖片的寬 */
		background:url(../images/menu-5.png) no-repeat 0 0;	
	}
	#hmenu a.v6 {
		width:83px; /* 圖片的寬 */
		background:url(../images/menu-6.png) no-repeat 0 0;	
	}	
	#hmenu a.v7 {
		width:77px; /* 圖片的寬 */
		background:url(../images/menu-7.png) no-repeat 0 0;	
	}
	#hmenu a.v8 {
		width: 82px; /* 圖片的寬 */
		background:url(../images/menu-8.png) no-repeat 0 0;	
	}
	#hmenu a.v9 {
		width: 81px; /* 圖片的寬 */
		background:url(../images/menu-9.png) no-repeat 0 0;	
	}
	#hmenu a.v10 {
		width: 87px; /* 圖片的寬 */
		background:url(../images/menu-10.png) no-repeat 0 0;	
	}
#hmenu a.selected {
	background-position:0 -35px;	
}
