
A:link {color:#ea7900; text-decoration:underline}
A:visited {color:#ea7900; text-decoration:underline}
A:active {color:#ea7900; text-decoration:underline}
A:hover {color:#ea7900; font-weight:700; text-decoration:underline}

table{font-family: "標楷體","新細明體","Times New Roman",Arial ; color: #000000; font-size: 14pt}
.font1{font-size: 16pt}

/*--- 　　　　----------------------------------------------------------------------------------------*/
//.title {font-weight:700;font-size:16px;color:#ffffff}
//.title1 {font-weight:900;font-size:18px}
//.newTitle, .newList {border: 5px solid #006800; line-height: 25px;}

//.link1 {font-weight:700; color: #000000; text-decoration: none}
//.link1:hover {font-weight:900; color: #333333; text-decoration: underline}

/*---左邊目錄----------------------------------------------------------------------------------------*/
.th1 {text-align:center}
.th2 {background-color:#5271A5;border-color:#ADC7E7;border-style:outset;color:#ffffff;text-align:center}
.th3 {background-color:#445E89;border-color:#ADC7E7;border-style:inset;color:#ffffff;text-align:center}

/*---所在位置------------------------------------------------------------------------------------------*/
.fColor {color:#8fade9; font-weight:900; border-bottom:#8fade9 1px dashed}
//.fColor1 {color:#00008C; font-weight:900;}

/*---下拉式選單(上邊目錄)-------------------------------------------------------------------------*/
body, ul.navigation, ul.navigation li, ul.navigation ul{
    margin: 0;
    padding: 0;
}

ul.navigation,ul.navigation li {
    list-style: none;
    z-index:20;
}

ul.navigation li {
    position: relative;
    float: left;
}
/* 選單 li 裡面連結之樣式 */
ul.navigation li a{
    display: block;
    padding: 8px 30px;
    //background: #888;
    color: #000;
    text-decoration: none;
    font-weight:700;
    font-size: 12pt;
   //background-image:url(/images/upMenuBackground.gif); 
   //background-repeat: repeat-x; 
}
/* 特定在第一層，以左邊線分隔 */
ul.navigation > li > a{
    //border-bottom: 1px solid #006800;    
    border-left: 1px solid #8fade9;
}
ul.navigation > li > a:hover{
    //color: #fff;
    //background: #DDD
    border-left: 1px solid #fff;
}

ul.navigation li:last-child {
    border-right: 1px solid #8fade9;
}

/* 特定在第一層 > 第二層之後下拉部分之樣式 */
ul.navigation li ul{
    display: none;
    float: left;
    position: absolute;
    left: 0;    
    margin: 0;
}
/* 當第一層選單被觸發時，指定第二層顯示 */
ul.navigation li:hover > ul{
    display: block;
}
/* 特定在第二層或之後下拉部分 li 之樣式 */
ul.navigation ul li {
    border-bottom: 1px solid #fff;
}
/* 特定在第二層或之後下拉部分 li （最後一項不要底線）之樣式 */
ul.navigation ul li:last-child {
    border-bottom: none;
    border-right: none;
}

/* 第二層或之後 選單 li 之樣式 */
ul.navigation ul a {
    width: 125px;
    padding: 8px 8px;    
    //color: #666;        
    //background: #C7EDCC;
    background: #d9e8ff;
}
ul.navigation ul a:hover {        
    color: #fff;        
    //background: #71E87F;    
    background: #8fade9;    
}
/* 第三層之後，上一層的選單觸發則顯示出來（皆為橫向拓展） */
ul.navigation ul li:hover > ul{
    display: block;
    position: absolute;
    top: 0;    
    left: 100%;
}

/* 箭頭向下 */
.arrow-bottom {
    display: inline-block;
    margin-left: 5px;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;    
    border-left: 4px solid transparent;        
    width: 1px;
    height: 1px;
}
/* 箭頭向右 */
.arrow-right {
    display: inline-block;
    margin-left: 12px;    
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #666;        
    width: 1px;
    height: 1px;
}
/*-----------------下拉式選單-----------------*/
