@charset "utf-8";
#header-menu,#header-menu *{
	list-style:none;
	padding:0px;
	margin:0px;
}

#header-menu{
	display:inline-block;
	*display:inline;
	*zoom:1;
}

#header-menu > li:first-child{
	background:url(header-menu.png) left top no-repeat;
}

#header-menu .last{
	background:url(header-menu.png) right top no-repeat;
}
	
#header-menu > li{
	display:inline-block;
	margin-right:-3px;
	margin-right:-4px\0;
	background:url(header-menu.png) -3px top no-repeat;	
	*margin-right:0px;
	*display:inline;
	*zoom: 1;		
}

/*因chromw更新,日後觀察再刪除此行*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #header-menu > li{
		margin-right:-4px;
	}
}

#header-menu a{
	padding:0px 5px;
	height:22px;
	display:table-cell;
	vertical-align:middle;	
	text-align:center;
	font-size:12px;
	color:#FFF;
	white-space:nowrap;
	text-decoration:none;
	background:url(header-menu-line.png) left center no-repeat;
	*height:100%;
	*padding:3px 5px;
	*zoom:1;	
}

#header-menu li:first-child + li a{
	background:url(header-menu-line-empty.png) left center no-repeat;
}

#header-menu a:hover{

}

#header-menu li:first-child a,
#header-menu .last a{
	width:3px;
	padding:0px;	
	background:url(header-menu-line-empty.png) left center no-repeat;
	*padding:4px 0px;
}

#header-menu span span{
	position:relative;
	top:0px\0;
	*top:0px;
}

@-moz-document url-prefix()    /*Firefox*/
{
	#header-menu span span{

	}
}