@charset "utf-8";
#navigation,#navigation *{
	list-style:none;
	padding:0px;
	margin:0px;
}

#navigation{
	position:relative;
	left:-2px;
}

#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) -20px 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{
	padding:0px 15px;
	height:42px;
	display:table-cell;
	vertical-align:middle;	
	text-align:center;
	font-weight:bolder;
	font-size:15px;
	font-family:"微軟正黑體";
	color:#666666;
	white-space:nowrap;
	text-decoration:none;
	background:url(navigation-line.png) left center no-repeat;
	*height:100%;
	*padding:11px 15px;
	*zoom:1;	
}

#navigation li:first-child + li a{
	background:url(navigation-line-empty.png) left center no-repeat;
}

#navigation a:hover,
#navigation .focus{
	color:#15bec2;
}

#navigation li:first-child a,
#navigation .last a{
	width:5px;
	padding:0px;	
	background:url(navigation-line-empty.png) left center no-repeat;
	*padding:11px 0px;
}

#navigation span span{
	position:relative;
	top:-2px\0;
	*top:-1px;
}

@-moz-document url-prefix()    /*Firefox*/
{
	#navigation span span{
		top:-2px;
	}
}