﻿/* copy of Son of Suckerfish Dropdowns */
body {
	font-family: 新細明體;
	background-image: url('images/hengyee.jpg');
}
#header {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #400000;
}
#nav, #nav ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width: 10em;
	color: #003300;
}
#nav li {
	/* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom: 1px;
	width: 10em;
}
#nav li ul {
	/* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 10em;
	margin-top : -1.3em;
}
#nav li ul ul {
	/* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	/*width: 10em;*/
	display : block;
	color: #000777;
	font-weight : bold;
	text-decoration : none;
	background-color: #FDFED2;
	border: 1px #000CCC solid;
	padding : 4px 0;
	text-align: center;
	line-height: 1em;
}
#nav li a:hover {
	color: #FFFFFF;
	background-color: #000080;
	font-size: large;
	margin-right: 0.5px;
	margin-left: 0.5px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	/* lists nested under hovered list items */
		left: auto;
}
#content {
	margin-left: 15em;
	font-family: 標楷體;
	font-size: large;
	color: #000066;
}
#footer {
	clear: both;
	padding: 3px;
	border-top: 2px solid #000000;
	text-align: center;
	font-size: small;
	color: #003399;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #400000;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, h2, h3 {
	color: #000066;
	font-family: 標楷體;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
