﻿/*下拉式選單*/
#linkList a:link, #linkList a:visited, #linkList a:hover, #linkList a:active
{
    border: 0;
    padding: 0;
    margin: 0;
}
#linkList2
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3000;
    height: 300px;
    margin: 0;
    padding: 0;
    width: 800px;
}
#linkList2 a
{
    border: 0;
}
/*字型*/
#linkList2
{
    list-style-type: none;
    font-size: 0.7em;
}
#linkList2 a
{
    white-space: normal;
    
}
#linkList2 a:first-child
{
    font-size: 1.3em;
    margin: 0px;
    line-height: 2em;
    display: block;
}
#linkList2 li:hover
{
padding-left:5px;
background:#fff;
display:block;
}
#linkList2 li 
{
    border-bottom: 1px dotted #ccc;
    padding: 5px 5px 5px 0.5em;
}
#linkList2 li a:hover
{
   color: #000;
   text-decoration:none;
   
}

/*浮動位置在左*/
#lhome, #lselect, #lszs, #lnews, #lservice, #lequ
{
    float: left;
    
}
/*滑屬經過的範圍*/
#lhome .home, #lselect .select, #lszs .szs, #lnews .news, #lservice .service, #lequ .equ
{
    color: #fff;
    float: left;
    display: block;
    margin-left:-2px;
   

}

#lselect ul, #lfavorites ul, #larchives ul, #lresources ul, #lnews ul, #lservice ul, #lequ ul, #lszs ul
{
    float: left;
    position: relative;
    top: -30px;
    z-index: 3000;
    left: -15px;
}
/*1.首頁*/
html > body #lhome .home
{
    width: 106px;
    float: none;
    font: normal 12px/1.5 arial, verdana, tahoma, Trebuchet MS, helvetica, sans-serif;
    text-align: center;
    margin-top: 0px;
    padding-top: 4px;
    padding-right: 3px;
    padding-left: 3px;
    height: 35px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    }
html > body #lhome .home a
{
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
    color: #fff;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 24px;
    
    }
html > body #lhome .home a:hover
{
    display: block;
    width: 99px;
    text-align: center;
    vertical-align: middle;
    margin:1px;
    color: #fff;
    font: bold 12px Arial, Helvetica, sans-serif;
    height: 22px;
    background: #a36b5f;
    text-decoration: none;
    }
  
/*2.產品資訊*/
html > body #lselect .select
{
    width: 106px;
    float: none;
    font: normal 12px/1.5 arial, verdana, tahoma, Trebuchet MS, helvetica, sans-serif;
    text-align: center;
    margin-top: 0px;
    padding-top: 4px;
    padding-right: 3px;
    padding-left: 3px;
    height: 35px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    
}
html > body #lselect .select a
{
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
    color: #fff;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 24px;
    
    }
html > body #lselect .select a:hover
{
    display: block;
    width: 99px;
    text-align: center;
    vertical-align: middle;
    margin:1px;
    color: #fff;
    font: bold 12px Arial, Helvetica, sans-serif;
    height: 22px;
    background: #a36b5f;
    text-decoration: none;
    }
html > body #lselect ul
{
    display: none;
    position: relative;
    top: 0px;
    left: 0;
}

html > body #lselect:hover ul
{
    
    float: none;
    display: block;
    background: url(../../images/drop_background.png) repeat;
    border: 1px solid #666;
    margin: 2px;
    width: 99px;
    list-style-type: none;
}
html > body #lselect li
{
    float: none;
}
#lselect ul
{
    list-style-type: none;
    display: block;
}
/*3.新聞中心*/
html > body #lnews .news
{
    width: 106px;
    float: none;
    font: normal 12px/1.5 arial, verdana, tahoma, Trebuchet MS, helvetica, sans-serif;
    text-align: center;
    margin-top: 0px;
    padding-top: 4px;
    padding-right: 3px;
    padding-left: 3px;
    height: 35px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    
}
html > body #lnews .news a
{
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
    color: #fff;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 24px;
    
    }
html > body #lnews .news a:hover
{
    display: block;
    width: 99px;
    text-align: center;
    vertical-align: middle;
    margin:1px;
    color: #fff;
    font: bold 12px Arial, Helvetica, sans-serif;
    height: 22px;
    background: #a36b5f;
    text-decoration: none;
    }
html > body #lnews ul
{
    display: none;
    position: relative;
    top: 0px;
    left: 0;
}

html > body #lnews:hover ul
{
    
   float: none;
    display: block;
    background: url(../../images/drop_background.png) repeat;
    border: 1px solid #666;
    margin: 2px;
    width: 99px;
    list-style-type: none;
}
html > body #lnews li
{
    float: none;
}
#lnews ul
{
    list-style-type: none;
    display: block;
}
/*4.客戶服務*/
html > body #lservice .service
{
    width: 106px;
    float: none;
    font: normal 12px/1.5 arial, verdana, tahoma, Trebuchet MS, helvetica, sans-serif;
    text-align: center;
    margin-top: 0px;
    padding-top: 4px;
    padding-right: 3px;
    padding-left: 3px;
    height: 35px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    
}
html > body #lservice .service a
{
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
    color: #fff;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 24px;
    
    }
html > body #lservice .service a:hover
{
    display: block;
    width: 99px;
    text-align: center;
    vertical-align: middle;
    margin:1px;
    color: #fff;
    font: bold 12px Arial, Helvetica, sans-serif;
    height: 22px;
    background: #a36b5f;
    text-decoration: none;
    }
html > body #lservice ul
{
    display: none;
    position: relative;
    top: 0px;
    left: 0;
}

html > body #lservice:hover ul
{
    
    float: none;
    display: block;
    background: url(../../images/drop_background.png) repeat;
    border: 1px solid #666;
    margin: 2px;
    width: 99px;
    list-style-type: none;
}
html > body #lservice li
{
    float: none;
}
#lservice ul
{
    list-style-type: none;
    display: block;
}
/*5.設備製程*/
html > body #lequ .equ
{
    width: 106px;
    float: none;
    font: normal 12px/1.5 arial, verdana, tahoma, Trebuchet MS, helvetica, sans-serif;
    text-align: center;
    margin-top: 0px;
    padding-top: 4px;
    padding-right: 3px;
    padding-left: 3px;
    height: 35px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    
}
html > body #lequ .equ a
{
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
    color: #fff;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 24px;
    
    }
html > body #lequ .equ a:hover
{
    display: block;
    width: 99px;
    text-align: center;
    vertical-align: middle;
    margin:1px;
    color: #fff;
    font: bold 12px Arial, Helvetica, sans-serif;
    height: 22px;
    background: #a36b5f;
    text-decoration: none;
    }
html > body #lequ ul
{
    display: none;
    position: relative;
    top: 0px;
    left: 0;
}

html > body #lequ:hover ul
{
    
    float: none;
    display: block;
    background: url(../../images/drop_background.png) repeat;
    border: 1px solid #666;
    margin: 2px;
    width: 99px;
    list-style-type: none;
}
html > body #lequ li
{
    float: none;
}
#lequ ul
{
    list-style-type: none;
    display: block;
}

/*6.公司資訊*/
html > body #lszs .szs
{
    width: 106px;
    float: none;
    font: normal 12px/1.5 arial, verdana, tahoma, Trebuchet MS, helvetica, sans-serif;
    text-align: center;
    margin-top: 0px;
    padding-top: 4px;
    padding-right: 3px;
    padding-left: 3px;
    height: 35px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    
}
html > body #lszs .szs a
{
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
    color: #fff;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 24px;
    
    }
html > body #lszs .szs a:hover
{
    display: block;
    width: 99px;
    text-align: center;
    vertical-align: middle;
    margin:1px;
    color: #fff;
    font: bold 12px Arial, Helvetica, sans-serif;
    height: 22px;
    background: #a36b5f;
    text-decoration: none;
    }
html > body #lszs ul
{
    display: none;
    position: relative;
    top: 0px;
    left: 0;
}

html > body #lszs:hover ul
{
    
    float: none;
    display: block;
    background: url(../../images/drop_background.png) repeat;
    border: 1px solid #666;
    margin: 2px;
    width: 99px;
    list-style-type: none;
}
html > body #lszs li
{
    float: none;
}
#lszs ul
{
    list-style-type: none;
    display: block;
}

