	
	div#menu-secondary ul {
		/* the links in the menu are structured as an unordered list */
		margin							: 0;
		padding						: 3pt;
		border							: none;
		float								: right;
	} 
	div#menu-secondary li {
	display							: block;
	margin							: 0;
	border							: none;
	float								: left;
	overflow						: visible;
	background-color			: #E9E8E7;
	border-left					: 1px solid #7C8A8D;
	z-index							: 100;
	padding: 3pt;
	}

	div#menu-secondary a:link {
		color							: #000000;
		text-decoration			: none;
	}
	
	div#menu-secondary a:visited {
		color							: #000000;
		text-decoration			: none;
	}
	
/* DIV menu - 改拉吧底色在這改the main menu bar */

	div#menu{
	background					: #32568B;
	width							: 100%;
	height							: 12pt;
	margin							: 0;
	padding						: 0;
	border: 1px solid #000000;

	}
	
	/* Hyperlink styles for the main menu elements */
		div#menu a:visited {
			color							: #FEFBF4;
			text-decoration			: none;
		}
		div#menu a:link {
			color							: #FEFBF4;
			text-decoration			: none;
		}
		
	/* styles for the large unordered list that is the main menu可調整主選單位置 */		
		ul#mainmenu {
			margin							: 0 0 0 1px;
			padding						: 0;
			font-weight					: normal;
		} 
		li.mainmenuitem {
	display							: block;
	border							: none;
	width							: auto;
	float								: left;
	overflow						: visible;
	margin							: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;



		}

		/* li.active styles - the tab for currently selected pages */
			li.active {
				background					: #FFFFFF;
			}
			li.active a:link {
				color							: #000000 !important;
			}
			li.active a:visited {
				color							: #000000 !important;
			}
		
		/* li.hover styles - the appearance of the tab when it is hovered over */
			li.hover {
	background	 				: #66CCFF;
	border: 0;

			}
			li.hover a:link {
				color							: #181863 !important;
			}
			li.hover a:visited {
				color							: #181863 !important;
			}
			
			
	/* submenu - the cascading menus可調整次選單上下左右位置 */
		ul.submenu{
	display							: none;
	position						: absolute;
	background					: #FEFBF4;
	border							: 1px solid #7C8A8D;
	padding						: 0em;
	list-style						: none;
	font-weight					: normal;
	width							: 100px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: -48px;
	margin-top: 16px;
	overflow: visible;



		}
		ul.submenu a{
			display							: block;
			height							: 12px;
			margin							: 0;
			padding						: 3px 0.5em 0px;
			border							: 1px solid #FEFBF4;
		}

		li.submenuitem{
	margin							: 0em;
	padding							: 0em;

		}
		
		
		
		
		li.submenuitem a:link {
			color							: #181863 !important;
		}
		li.submenuitem a:visited {
			color							: #181863 !important;
		}
		ul.subsubmenu{
			list-style						: none;
			margin							: 0em 0em 0em 0em;
			padding						: 0em;
		}
		li.subsubmenuitem{
			margin							: 0em;
			padding						: 0em;
		}
		ul.submenu a:hover , ul.submenu a:focus {
			background-color			: #E9E8E7;
			border-left					: 1px solid #FFFFFF;
			border-right					: 1px solid #FFFFFF;
		}


li,table {
	font-size: 10pt;
}
