.amazonmenu {
	/* [disabled]background: white; */
	
	width: 100%; /* width of main menu */
	/*height: 400px;  height of main menu */
	position: relative;
	
}
.atitle {
	color:#FFF;
	text-align:center;
	width: 100%; /* width of main menu */
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:4PX;
	margin-bottom:2PX \9;
	font-size:110%;
	background-color: #006699;
	border-radius: 2px;
	box-shadow: 0px 0px 1px 1px rgba(20%,20%,40%,0.2);
}
.amazonmenu ul a {
	padding-left: 8px;	
	/*font: normal 12px Verdana;*/
color:#FFF;
}
.amazonmenu ul {
	/*font: normal 12px Verdana;*/
	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 */
	margin-bottom: 4px;
	border-radius: 2px;
	box-shadow: 0px 0px 1px 1px rgba(20%,20%,40%,0.2);
	margin-bottom:2PX \9;
}

.amazonmenu > ul {
	/* [disabled]background: white; */
	
	width: 100%; /* width of main menu */
	/*height: 400px;  height of main menu */
	position: relative;
}
.amazonmenu  ul  li ul {
	/* [disabled]background: white; */
	background-color: #fff;
	padding-top: 10px;
}
.amazonmenu > ul li a {
	color: #fff;
	display: block;
	overflow: auto;
	padding: 10px 5px;
	position: relative;
	text-decoration: none;
	background-color: #006699;
	/*text-indent: 10px; 擐𤥁�蝮格�*/
	/*font-size: 100%;*/
	font-size: 16px;
    font-weight:bold;
}

.amazonmenu > ul li ul li a {
	color: #fff;
	display: block;
	overflow: auto;
	padding: 10px 5px;
	position: relative;
	text-decoration: none;
	background-color: #004f99;
	border-radius: 2px;	/*text-indent: 10px; 擐𤥁�蝮格�*/
}
.amazonmenu > ul li ul li ul li a {
	color: #fff;
	display: block;
	overflow: auto;
	padding: 10px 5px;
	position: relative;
	text-decoration: none;
	background-color: #003299;
	border-radius: 2px;	/*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: red;
}
.amazonmenu ul li a:hover, .amazonmenu ul li.hassub.selected > a { /* style of hover and selected menu item links */
	/* [disabled]background: lightblue; */
	color: #666666;
	text-decoration: underline;
	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: #661950;
	background-color: #fff;
}
.amazonmenu ul li > div, .amazonmenu ul li > ul { /* Sub menus (Could be a DIV or UL wrapper) style */
	display: none;
	/*font-weight: normal;*/
	width: 200px;
	/*height: 400px;  height of sub menu */
	left: 100%;
	
	position: absolute;
	top: 0;
	z-index: 1000;
}
