@charset "utf-8";

/*header*/

#header{
	background-image:url(../images/bg-header.gif);
	background-position:left 78px;
	background-repeat:repeat-x;
	height:90px;
	/*height:250px;*//*2012春節訊息*/
	text-align:center;
}
/*top tool link*/

#tool{
position:absolute;
color:#999999;
font-size:12px;
/*letter-spacing:0.1em;*/
line-height:100%;
text-align:left;
line-height:39px;
height:39px;
top:0px; right:10px;
}
#tool a{
color:#a49677;
text-decoration:none;
}
#tool a:hover{
color:#333333;
}

#nav{
width:644px;
height:39px;
position:absolute;
margin:0px auto;
background-image:url(../images/bg-nav.gif);
background-position:0px 0px;
background-repeat:no-repeat;
top:39px; left:200px;
}
#nav ul{
margin:0px;
padding:0px;
list-style-type:none;
}
#nav ul li{
margin:0px;
padding:0px;
float:left;
border:0px;
}
#nav ul li a{
border:0px;
display:block;
width:92px;
height:39px;
border-bottom:#efefef solid 5px;
text-indent:-9999px;
}
#nav ul li a:hover{
border:0px;
display:block;
width:92px;
height:39px;
border-bottom:#ff3300 solid 5px;
text-indent:-9999px;
}

.logo{
position:absolute;
left:2px;
top:0px;
}
.logo a img{
border:0px;
}

#tool a.mem{
color:#003399;
}
#tool a.mem:hover{
text-decoration:underline;
}
