body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

.menu {width:628px; height:34px;}
.menu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {display:block; visibility:hidden; position:absolute; top:34px; left:0; height:25px;}

.menu ul ul li{border:1px #ffff99 solid;}
/* 第二層選單之樣式 */
.menu ul ul a, .menu ul ul a:visited {
background:#CAE15F; 
color:#663300; 
font-weight:bold;
font-size:12px; 
text-decoration:none; 
padding:5px 10px; 
width:110px;
}
/*移入第二層選單之樣式 */
.menu a:hover, .menu ul ul a:hover{color:#006001;}
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible;}






