.amazonmenu ul {
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.amazonmenu ul li {
	position: relative; /* menu li items should have position set to static，若設定為 static 第二層的頭是跟第一層對齊 */
	padding-left: 10px;
	padding-right: 10px;
	font-size: 100%;
}
.amazonmenu ul li a:link, .amazonmenu ul li a:visited  {
	position: relative; 
	padding-left: 10px;
	padding-right: 10px;
	font-size: 100%;
}
.amazonmenu > ul {
	/* [disabled]background: white; */
	width: 100%; /* width of main menu */
	/*height: 400px;  height of main menu */
	position: relative;
	background-color: #b28e40;
	padding-bottom: 10px;
}
.amazonmenu  ul  li ul {
	/* [disabled]background: white; */
	
	background-color: #8a6b26;
	padding-top: 10px;
	padding-bottom: 10px;
}
.amazonmenu > ul li a {
	color: #FFF;
	display: block;
	overflow: auto;
	padding: 8px 0;
	position: relative;
	text-decoration: none;
	/*text-indent: 10px; 首行縮排*/
}
 .amazonmenu > ul li.hassub > a::after { /* Arrow to indicate this item has sub menu (LI elements with sub menus have a ".hassub" class). */
 border: 5px solid transparent;
 border-left-color: #fff; /* Default color of arrow */
 content: '';
 height: 0;
 position: absolute;
 right: 5px;
 top: 35%;
 width: 0;
}
 .amazonmenu > ul li.hassub.selected > a::after { /* Style of arrow when corresponding sub menu is open (LI element has a "selected" class during this state */
 border-left-color: #4a3629;
}
.amazonmenu ul li a:hover, .amazonmenu ul li.hassub.selected > a { /* style of hover and selected menu item links */
	/* [disabled]background: lightblue; */
	color: #999;
	background-color: #FFF;
}

.amazonmenu ul li ul li a:hover, .amazonmenu ul li.hassub.selected > a { /* style of hover and selected menu item links */
	/* [disabled]background: lightblue; */
	color: #999;
	background-color: #FFF;
}
.amazonmenu ul li > div, .amazonmenu ul li > ul { /* Sub menus (Could be a DIV or UL wrapper) style */
	background-color: #76591a;
	display: none;
	font-weight: normal;
	width: 200px;
	/*height: 400px;  height of sub menu */
	left: 100%;
	
	position: absolute;
	top: 0;
	z-index: 1000;
}






/*
     FILE ARCHIVED ON 18:39:07 一月 2, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 11:21:39 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
