@charset "utf-8";
#navigation,#navigation *{
	list-style:none;
	padding:0px;
	margin:0px;
}

#navigation{
	position:relative;
	left:-3px;
}

#navigation > li:first-child{
	background:url(navigation.png) left top no-repeat;
}

#navigation .last{
	background:url(navigation.png) right top no-repeat;
}
	
#navigation > li{
	display:inline-block;
	margin-right:-3px;
	margin-right:-4px\0;
	background:url(navigation.png) -15px top no-repeat;	
	*margin-right:0px;
	*display:inline;
	*zoom: 1;		
}

/*因chromw更新,日後觀察再刪除此行*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #navigation > li{
		margin-right:-4px;
	}
}

#navigation a{
	height:45px;
	display:table-cell;
	vertical-align:middle;	
	text-align:center;
	font-weight:bolder;
	font-size:15px;
	font-family:"微軟正黑體";
	color:#FFF;
	white-space:nowrap;
	text-decoration:none;
	*height:100%;
	*zoom:1;	
}

#navigation a:hover,
#navigation .focus{
	color:#097b5c;
}

#navigation li:first-child a,
#navigation .last a{
	width:5px;
}


/****************************************/
#navigation a > span{
	height:45px;
	display:table-cell;
	vertical-align:middle;	
	text-align:center;
	*height:100%;
	*padding:13px 0px;
	*display:inline;
	*zoom:1;	
}

#navigation a > span:first-child,
#navigation a > span:first-child + span + span{
	width:15px;/*文字裡的padding 要由此width來設定*/
}

#navigation > li:hover > a > span:first-child,
#navigation .focus > span:first-child{
	background:url(navigation-hover.png) left top no-repeat;
}

#navigation > li:hover > a > span:first-child + span + span,
#navigation .focus > span:first-child + span + span{
	background:url(navigation-hover.png) right top no-repeat;
}

#navigation > li:hover > a > span:first-child + span,
#navigation .focus > span:first-child + span{
	background:url(navigation-hover.png) -8px top no-repeat;
}

#navigation > li:hover > a{
	color:#097b5c;
}

#navigation > li:first-child > a > span:first-child,
#navigation > li:first-child > a > span+span+span,
#navigation > .last > a > span:first-child,
#navigation > .last > a > span:first-child+span+span{
	background:url(navigation-hover-empty.png);
}

#navigation span span{
	position:relative;
	top:-2px\0;
	*top:-1px;
}

@-moz-document url-prefix()    /*Firefox*/
{
	#navigation span span{
		top:-2px;
	}
}