#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:108px; /* 圖片的寬 */
		background:url(../images/menu-2.png) no-repeat 0 0;	
	}	
	#hmenu a.v3 {
		width:103px; /* 圖片的寬 */
		background:url(../images/menu-3.png) no-repeat 0 0;	
	}
	#hmenu a.v4 {
		width:113px; /* 圖片的寬 */
		background:url(../images/menu-4.png) no-repeat 0 0;	
	}
   #hmenu a.v5 {
		width:145px; /* 圖片的寬 */
		background:url(../images/menu-5.png) no-repeat 0 0;	
	}
	#hmenu a.v6 {
		width:168px; /* 圖片的寬 */
		background:url(../images/menu-6.png) no-repeat 0 0;	
	}	
	#hmenu a.v7 {
		width:122px; /* 圖片的寬 */
		background:url(../images/menu-8.png) no-repeat 0 0;	
	}
#hmenu a.selected {
	background-position:0 -35px;	
}
