body {
	background-image: url(../images/lxe.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-color: #f7f7f7;
}
#wrap_out {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
	
}
#wrap {
	width: 909px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	position: relative;
}
#logo {
	height: 141px;
	width: 234px;
	padding:0px;
	left: 0px;
	top: 0px;
}
#nav {
	width: 746px;
	top:0px;
	right:0px;
	position: absolute;
	height: 141px;
	background-image: url(../images/index_02-1-s.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
#nav .nav-box{
	z-index: -99999;
}
#container {
	width: 980px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#flash {
	width:980px;
	background-image: url(../images/index_04.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 244px;
	padding-bottom: 40px;
}
#main {
	width: 980px;
	position: relative;

}
#new {
	width: 372px;
	right: 0px;
	position: relative;
	height: 162px;
}
#new_table {
	padding: 9px 0 0 38px;


}
#new_table td{
	background-image: url(../images/table-sv.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 24px;

}
#banner {
	width: 350px;
	position: absolute;
	left: 372px;
	height: 119px;
	top: 0px;
	background-image: url(../images/index_06.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#coust {
	position: absolute;
	height: 70px;
	width: 258px;
	left: 722px;
	top: 284px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #052f5f;
}
#add {
	position: absolute;
	height: 92px;
	width: 258px;
	left: 722px;
	top: 354px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
	text-decoration: none;
	letter-spacing: 0.5px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
	text-decoration: none;
	letter-spacing: 0.5px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f90a5;
	text-decoration: none;
	letter-spacing: 0.5px;
}
#footer{
	
	
}

#container .dots_box{
	padding-top: 30px;
}



/*----選單---*/
 ul { /* 取消ul預設的內縮及樣式 */
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ul.drop-down-menu {
        /*border: #ccc 1px solid;*/
        display: inline-block;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 13px;
		padding: 25px 0 0 20px;
    }

    ul.drop-down-menu li {
        position: relative;
        white-space: nowrap;
        border-right: #ccc 1px solid;
    }

    ul.drop-down-menu > li:last-child {
        border-right: none;
    }

    ul.drop-down-menu > li {
        float: left; /* 只有第一層是靠左對齊*/
    }

     ul.drop-down-menu a {
        /*background-color: #fff;*/
        color: #676767;
        display: block;
        padding: 0 16px;
        text-decoration: none;
        line-height: 40px;
		 font-size: 16px;
		 font-weight: bold;

    }
    ul.drop-down-menu a:hover { /* 滑鼠滑入按鈕變色*/
        /*background-color: #ef5c28;*/
        color: #4680c2;
    }
    ul.drop-down-menu li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
        /*background-color: #ef5c28;*/
        color: #4680c2;
    }

  ul.drop-down-menu ul {
        border: #ccc 1px solid;
        position: absolute;
        z-index: 99;
        left: -1px;
        top: 100%;
       min-width: 180px;
	    background: #19477f;
       
    }

    ul.drop-down-menu ul li {
        border-bottom: #fff 1px solid;
		color: #fff; 
    }

    ul.drop-down-menu ul li:last-child {
        border-bottom: none;
    }

    ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
        z-index: 999;
        top: 10px;
        left: 90%;
    }
	ul.drop-down-menu ul li a{
		color: #fff; 
		font-size: 13px;
    }
 ul.drop-down-menu ul { /*隱藏次選單*/
        display: none;
    }

    ul.drop-down-menu li:hover > ul { /* 滑鼠滑入展開次選單*/
        display: block;
    }

