@charset "utf-8"; /*大書區CSS*/

/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p{
	margin: 0;
	padding: 0;
	font-family: Verdana ,sans-serif;
}
h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img { border: 0; }

a {	text-decoration: underline; }
a:link { color: #CC3300; }
a:visited {	color: #99CC00; }
a:hover { color: #FF3300; }
a:active { color: #1374d6; }

body {
	/*font-size: 76%;
	color: #434343;*/
	background-color: #80BB00;
}

.img_link { cursor: pointer; }	/* 附link的圖檔 */

/* html內 a:link, a:visited, a:hover, a:active { text-decoration: none; } */
/* 合併 menu.css =============================================== */
.applemenu{
	padding: 0;
	width: 186px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	overflow: hidden;
	height: auto;
	background-color: #FFFFFF;
}

/*silverheader */
.applemenu div.silverheader a{
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 186px;
	padding-left: 0px;
	text-decoration: none;
	background-color: #FFFFFF;	/* #FF0000 */
	height: 79px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: white;
	width: 186px;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	color: white;
	background-color: white; /* #FF0000;*/
	width: 186px;
}
/*silverheader end */
.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: white; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	padding-top: 12px;
	padding-right: 1px;
	padding-bottom: 12px;
	padding-left: 1px;
	text-align: left;
	width: 186px;
}