@charset "utf-8";

* {
	margin: 0;
}

html {height: 100%;}

body{
	position: relative;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
	background: gradient(linear, left top, left bottom, from(#ccc), to(#fff));

}

.navbox {
	position: relative;
	float: left;
}

ul.nav {
	list-style: none;
	display: block;
	width: 200px;
	padding: 124px 0 60px 0;
	-webkit-background-size: 50% 100%;
	position: fixed;
}
ul.nav li a {
	color: #663300;
	padding: 7px 15px 7px 15px;
	width: 120px;
	display: block;
	text-decoration: none;
	background-color: #F8D9A3;
	/*filter:alpha(opacity=50);*/
	display: block;
	z-index: -1;
}

ul.nav li a:hover {
	color: #FFFFFF;
	background-color: #663300;
	background-repeat: no-repeat;
}

/* Sub-Menu */

ul.nav ul li a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	color: #663300;
	padding: 7px 0px 7px 25px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
	width: 100px;
	display: block;
	text-decoration: none;

	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
	background-color: rgb(255,228,159);
	background-color: rgba(255,228,159,1.00);
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510035310/https://www.th.gov.tw/new_site/images/border.png);
	background-repeat: no-repeat;
	font-size: small;
}

ul.nav ul li ul li a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	color: #663300;
	padding: 7px 0px 7px 25px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
	width: 90px;
	display: block;
	text-decoration: none;

	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
	background-color: #FF8888;
	background-color: #FF8888;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510035310/https://www.th.gov.tw/new_site/images/border.png);
	background-repeat: no-repeat;
	font-size: small;
}

ul.nav ul li a:hover {
	color: #FFFFFF;
	padding: 7px 10px 7px 30px;
	background-color: #663300;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510035310/https://www.th.gov.tw/new_site/images/border.png);
	background-repeat: no-repeat;
}






/*
     FILE ARCHIVED ON 3:53:10 五月 10, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 14:50:18 五月 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
