/* CSS Document */

* + html body #nav{height:23px;}
#nav {text-align:center;width:960px;height:23px;font-size:12px;line-height:23px;background:#eeeeee;border-top:1px solid #ccc;}
#nav ul {margin:0;padding:0;list-style:none;}
#nav li {width:66px;float:left;margin:0;padding:0;border-right:1px solid #ccc;}
#nav a {width:66px;display:block; line-height:23px;text-decoration:none;color:#666;border-top:1px solid #fff;}
#nav a span {display:block;}
#nav a:hover span,#nav a.m_Active,#nav a.m_Active span.m_Active {color:#000;background:#898989; font-weight:bold;}

/*第二層選單*/
#sub {width:960px;height:25px;background:#898989;}
#sub ul{margin:0;padding:0;list-style:none;}
#sub li {float:left;font-size:12px;font-weight:normal;line-height:25px;background:#898989;}
#sub li a{text-decoration:none;color:#FFF;display:block;text-align:center;padding:0px 8px;background:#898989;border-left:1px dotted #fff; }
#sub li a:hover{font-weight:normal;cursor:pointer;color:#000;}
#sub li span a {text-decoration:none;color:#fff;display:block;padding:0px 8px;text-align:center;}
#sub li span a:hover {text-decoration:none;color:#000;display:block;text-align:center;}

.SItem_Active {color:#000;} /*第二層選單定位字體顏色設定*/
.SItem_Spec {width:66px;} /*第二層選單退縮距離*/

#sub .subnav {width:960px;visibility:hidden; position:absolute;}
#sub .subspec{width:140px;}
#sub .subspec a{width:140px;}
