<style type="text/css">
<!--
#tabscccc {
position: relative;
width:990px;
}
/*-第1層選單--開始 */
#tabs1 {
float:left;
width:990px;
/*background:#FCF1F6;*/
font:16px 新細明體;/*設定字型、大小*/
line-height:normal;
border-bottom:1px solid #E276A7;/*設定底線粗細顏色*/
}
#tabs1 ul {
margin:0;
padding:10px 10px 0px 0px;/*最後一個數字可控制選單與左邊的距離*/
list-style:none;
}
#tabs1 li {
display:inline;
margin:0;
padding:0;
}
#tabs1 a {
float:left;
background:url('images/img/tableft8.gif') no-repeat left top;/*設定每一個連結左邊邊的圖檔*/
margin:0;
text-decoration:none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
}
#tabs1 a span {
float:left;
display:block;
background:url("images/img/tabright8.gif") no-repeat right top;/*設定每一個連結左以外的圖檔*/
padding:5px 15px 4px 6px;
color:#333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {float:none;}
/* End IE5-Mac hack */
#tabs1 a:hover span {
color:#591333;
}
#tabs1 a:hover {
background-position:0% -42px;
}
#tabs1 a:hover span {
background-position:100% -42px;
}
#tabs1 #current a {/*在ID為tabs1的區塊中，且ID為current的標籤a效果*/
background-position:0% -42px;
}
#tabs1 #current a span {/*在ID為tabs1的區塊中，且在ID為current中，且在標籤a中的標籤span效果*/
background-position:100% -42px;
}
/*-第1層選單--結束 */


body {
margin:0;
padding:0;
}
-->
</style>
