
/* CSS Document */

#top #nav{ 
	margin:0px auto; 
	line-height: normal;
	position:absolute;
	left:53px;
	font-size: 12px;
	font-family:Tahoma;
	color:#FFFFFF;
	top:66px;
	text-align:center;
	background-image:url(../pics/bg-nav.gif);
	background-repeat:no-repeat;
	background-position:-53px 0px;
}
#nav ul{
margin:0px;
padding:0px;
border:0px;
}
#nav li{
margin:0px;
padding:0px;
border:0px;
list-style:none;
float:left;
/*以下六行和 a 的設定一樣,是避免當沒連結時導覽的寬高會不一樣而設定*/
display:block;
width:145px;
height:57px;
line-height:57px; /*設定這個連結文字就只能一行，如果換行的話，行距就會是100px*/
text-align:center;
background-image:url(../pics/top-nav-line.gif);
background-repeat:no-repeat;
background-position:144px 25px;
/*margin-right:1px;*/
}

#nav li a{ /*連結設定為區塊等等*/
margin:0px;
padding:0px;
margin-right:1px;
display:block;
width:145px;
height:56px;
text-align:center;
color:#FFFFFF;
line-height:56px;
text-decoration:none;
/*border-bottom:solid #a3bfe7 1px;*/
}
#nav li a:hover{ /*連結設定為區塊等等*/
/*background-color:#ffffff;*/
color:#ffffff;
display:block;
border-bottom:solid #003366 1px;
filter: Alpha (Opacity="40");
opacity:0.4;
}

#nav ul li .current { /*目前導覽頁面*/
margin-right:1px;
display:block;
width:145px;
height:56px;
line-height:56px;
text-align:center;
/*border-bottom:solid #CCFF00 1px;*/
background-image:url(nav-pics/topnav-current.gif);
background-position:center 48px;
background-repeat:no-repeat;
/*color:#669900;*/

}
