
.amazonmenu ul { font: normal 14px 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: static;  }
.amazonmenu > ul { background: #e67e14; width: 200px; min-height:300px; position: relative; padding-top: 10px; }
.amazonmenu > ul li a { color: black; display: block; overflow: auto; padding: 10px 0; position: relative; text-decoration: none; text-indent: 10px; color: #fff; font-size: 16px; }
.amazonmenu > ul li.hassub > a::after { border: 5px solid transparent; border-left-color: #fff;  content: ''; height: 0; position: absolute; right: 5px; top: 35%; width: 0; }
.amazonmenu > ul li.hassub.selected > a::after { border-left-color:; }
.amazonmenu ul li a:hover, .amazonmenu ul li.hassub.selected > a {  background: #f5a623; color: #fff; }
.amazonmenu ul li > div, .amazonmenu ul li > ul {  background: #f5a623; display: none; font-weight: normal; width: 200px; min-height:300px; left: 100%; padding: 10px 0; position: absolute; top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 1000; }


@media screen and (max-width: 480px) { 
.amazonmenu ul li > div, .amazonmenu ul li > ul { left: 30px; }
.amazonmenu > ul li.hassub.selected::after { background: # 06C; content: ''; height: 100%; left: 0; opacity: .8; pointer-events: none; position: absolute; top: 0; width: 100%; z-index: 1; }
}

