/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #99C724;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	font-size: 9pt;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* remove bullet */
#nav{
	list-style: none;

    width: ; /* set width of menu */
	margin:0px 0px 0px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
} 

/* remove list indents */
#nav ul { 
	padding:0; 
	margin:0;
   z-index:99;
   overflow:visible;
   position:absolute; 
   background-color:transparent;
      
}
/* First Level Nav */
#nav li {
	position: relative;
    width:7em; /* set width of menu */
	background-color:transparent;
	border:solid 1px #99C724;
	display:block;
	height:1.1em;
	margin:-1px 0 0;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

#nav a {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
	width: 100%;
	height: 100%;
	display:block;
	padding-top: 0.3em;
	padding-right: 0em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	margin:0;

}
#nav a:hover{
	color: #FFFF00;
	background-color: #FF9900;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
#nav li a:hover {
	border: 0px solid #FF9900;	
	background-color: ;
	width: 100%;
	height: 100%;
}

/* Second Level Nav */
#nav ul li{
	background-color: ;
	width:11em; /* set width of menu */

}
#nav ul li a {
	background-color:#FFF;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	color:#000000;
}
#nav ul li a:hover {
    color: ;
	border: 0px solid #99C724;	
	background-color: ;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}


 Third Level Nav 
#nav ul ul li {background-color:#FFF;}



/* Positioning the Pop Outs */
#nav ul, #nav ul ul, #nav ul ul ul{
    position:absolute; 
    top:0; 
    left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}
/* Hiding and Revealing using :hover */
#nav ul, #nav ul ul, #nav ul ul ul{
    display:none; 
}

#nav li:hover ul ul, #nav li:hover ul ul ul{
    display:none; 
  
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	display:block;
	background-color: ;
	height: ;
	width: ;
	border: 0px solid #000000;
}

li>ul { 
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */ 
/* end holly hack */

#home a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
#home a:active {
	color: #FFFF00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#home a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#home a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
}#contact {
	font-size: 8pt;
}
#table_search textarea, select {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
#message ul li{
	list-style-type: none;
	float: none;
	font-size: 8pt;
	color: #FF0000;
	padding-left: 20px;
    background-image: url(../images/li_symbol_msg.gif);
    background-repeat: no-repeat;
    background-position: 0 top;	
}
.button {
	font-size: 8pt;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 15px;
	line-height: 15pt;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16pt;
	text-indent: 22pt;
}
#main a, #main a:visited, #main a:active{
	color: #000000;
	text-decoration: underline;
}
#main a:hover {
	color: #000000;
	text-decoration: none;
}
#main ul {
	font-family: Arial, Helvetica, sans-serif;
}
#main li {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-bottom: 10px;
    background-image: url(../images/bullet_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 top;
	float: none;
	list-style-type: none;
}
h2 {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #9CC721;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22pt;
	font-size: 15pt;
}
.statement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	padding-top: 0px;
	padding-bottom: 16pt;
}
.site_map_current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFF00;
}
#page_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}
#page_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#chinese_links a {
	font-family: MingLiU;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: underline;
}
#chinese_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.text_eng {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.title_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #9CC721;
	margin-bottom: 20px;
}
.title_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
}
#event a, #event a:visited, #event a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
	padding-top: 5px;
}
#event a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
}
.event_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-top: 5px;
}
