.amazonmenu ,#inc_head_en{
	height: 100%;
}
.amazonmenu ul {
	height: 100%;
	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: static; /* menu li items should have position set to static */
}
.amazonmenu > ul {
	/*background: white;*/
	/*border: 1px solid gray;
	border-radius: 5px;*/
	width: 100%; /* width of main menu */
	/*height: 400px;*/ /* height of main menu */
	padding-top: 33px;
	position: relative;
}

.amazonmenu > ul > li > a {
	display: block;
	/*overflow: auto;*/
	/*padding: 10px 0;*/
	font-size: 14px; color: #666; 
	text-indent: 66px;
	height: 69px; line-height: 69px;
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.amazonmenu > ul > li:nth-child(1) > a{
	background: url("/ui/img/menu_ico1.png") no-repeat left 22px center;
}
.amazonmenu > ul > li:nth-child(2) > a{
	background: url("/ui/img/menu_ico2.png") no-repeat left 22px center;
}
.amazonmenu > ul > li:nth-child(3) > a{
	background: url("/ui/img/menu_ico3.png") no-repeat left 22px center;
}
.amazonmenu > ul > li:nth-child(4) > a{
	background: url("/ui/img/menu_ico4.png") no-repeat left 22px center;
}
.amazonmenu > ul > li:nth-child(5) > a{
	background: url("/ui/img/menu_ico5.png") no-repeat left 22px center;
}
.amazonmenu > ul > li:nth-child(6) > a{
	background: url("/ui/img/menu_ico6.png") no-repeat left 22px center;
}
.amazonmenu > ul > li:nth-child(7) > a{
	background: url("/ui/img/menu_ico7.png") no-repeat left 22px center;
}
.amazonmenu > ul > li:nth-child(8) > a{
	background: url("/ui/img/menu_ico8.png") no-repeat left 22px center;
}

.amazonmenu > ul > li:nth-child(1) > a:hover, .amazonmenu > ul > li:nth-child(1).hassub.selected > a{
	background: url("/ui/img/menu_ico1_act.png") no-repeat left 22px center #23337e;
}
.amazonmenu > ul > li:nth-child(2) > a:hover, .amazonmenu > ul > li:nth-child(2).hassub.selected > a{
	background: url("/ui/img/menu_ico2_act.png") no-repeat left 22px center #23337e;
}
.amazonmenu > ul > li:nth-child(3) > a:hover, .amazonmenu > ul > li:nth-child(3).hassub.selected > a{
	background: url("/ui/img/menu_ico3_act.png") no-repeat left 22px center #23337e;
}
.amazonmenu > ul > li:nth-child(4) > a:hover, .amazonmenu > ul > li:nth-child(4).hassub.selected > a{
	background: url("/ui/img/menu_ico4_act.png") no-repeat left 22px center #23337e;
}
.amazonmenu > ul > li:nth-child(5) > a:hover, .amazonmenu > ul > li:nth-child(5).hassub.selected > a{
	background: url("/ui/img/menu_ico5_act.png") no-repeat left 22px center #23337e;
}
.amazonmenu > ul > li:nth-child(6) > a:hover, .amazonmenu > ul > li:nth-child(6).hassub.selected > a{
	background: url("/ui/img/menu_ico6_act.png") no-repeat left 22px center #23337e;
}
.amazonmenu > ul > li:nth-child(7) > a:hover, .amazonmenu > ul > li:nth-child(7).hassub.selected > a{
	background: url("/ui/img/menu_ico7_act.png") no-repeat left 22px center #23337e;
}
.amazonmenu > ul > li:nth-child(8) > a:hover, .amazonmenu > ul > li:nth-child(8).hassub.selected > a{
	background: url("/ui/img/menu_ico8_act.png") no-repeat left 22px center #23337e;
}


.amazonmenu > ul > li:nth-child(1) > a.act{
	background: url("/ui/img/menu_ico1_act.png") no-repeat left 22px center #23337e; color: #fff;
}
.amazonmenu > ul > li:nth-child(2) > a.act{
	background: url("/ui/img/menu_ico2_act.png") no-repeat left 22px center #23337e; color: #fff;
}
.amazonmenu > ul > li:nth-child(3) > a.act{
	background: url("/ui/img/menu_ico3_act.png") no-repeat left 22px center #23337e; color: #fff;
}
.amazonmenu > ul > li:nth-child(4) > a.act{
	background: url("/ui/img/menu_ico4_act.png") no-repeat left 22px center #23337e; color: #fff;
}
.amazonmenu > ul > li:nth-child(5) > a.act{
	background: url("/ui/img/menu_ico5_act.png") no-repeat left 22px center #23337e; color: #fff;
}
.amazonmenu > ul > li:nth-child(6) > a.act{
	background: url("/ui/img/menu_ico6_act.png") no-repeat left 22px center #23337e; color: #fff;
}
.amazonmenu > ul > li:nth-child(7) > a.act{
	background: url("/ui/img/menu_ico7_act.png") no-repeat left 22px center #23337e; color: #fff;
}
.amazonmenu > ul > li:nth-child(8) > a.act{
	background: url("/ui/img/menu_ico8_act.png") no-repeat left 22px center #23337e; color: #fff;
}
 .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: #cfcfcf; /* Default color of arrow */
 content: '';
 height: 0;
 position: absolute;
 right: 5px;
 top: 44%;
 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: white;
}
.amazonmenu > ul > li > a:hover, .amazonmenu > ul > li.hassub.selected > a { /* style of hover and selected menu item links */
	background: #23337e;
	color: white;
}
.amazonmenu ul li > div, .amazonmenu ul li > ul { /* Sub menus (Could be a DIV or UL wrapper) style */
	background: white;
	/*border: 1px solid gray;*/
	/*border-radius: 0 8px 8px 0;*/
	box-shadow: 0px 5px 10px gray;
	display: none;
	font-weight: normal;
	width: 599px;
	height: 100%; /* height of sub menu */
	left: 100%;
	/*padding: 10px;*/
	position: absolute;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1000;
}
.amazonmenu ul li > div > ul {
	position: relative; z-index: 1;
	width: 475px; margin: 25px auto; height: auto;
	background-color: #fff;
}
.amazonmenu ul li > div > ul .sub_title {
	height: 68px; line-height: 68px;
	font-size: 35px; color: #333333;
	border-bottom: 1px solid #333333;
	margin-bottom: 25px;
}
.amazonmenu ul li > div  p {
	display: none;
	position: absolute; left: 0; bottom:0;
	background-color: #fafafa;
	width: 100%;
	padding: 59px 60px 50px 60px;
	color: #979797; font-size: 14px;
}
.amazonmenu ul li > div > ul > li {
	position: static;
}
.amazonmenu > ul > li > div > ul > li > a {
	background: url('/images/nav/sub_ico.jpg') no-repeat left center;
	float: left;
	text-align: left;
	width: 50%;
	/*overflow: auto;*/
	/*padding: 10px 0;*/
	text-indent: 15px;
	height: 48px; line-height: 48px;
	position: relative;
	text-decoration: none;
	font-size: 16px; color: #333333;
}
/*.amazonmenu > ul > li > div > ul > li > a:hover {


}*/
/*.amazonmenu > ul > li > div > ul.long_txt > li > a {
	width: auto; padding-right: 33px;
}
.amazonmenu > ul > li > div > ul.long_txt > li:nth-child(3)  > a{
	padding-right: 55px!important;
}*/
.amazonmenu > ul > li > div > ul.long_txt > li:nth-child(odd) > a {
	width: 40%;
}
.amazonmenu > ul > li > div > ul.long_txt > li:nth-child(even) > a {
	width: 60%;
}
.amazonmenu > ul > li > div > ul > li > a:hover {
	color: #23337e;text-decoration: underline!important;
}

/* ###### CSS Media queries ###### */

@media screen and (max-width: 480px) { /* When screen size is 480px */
 .amazonmenu ul li > div, .amazonmenu ul li > ul {
 left: 30px; /* Stack the sub menus so they take up less space */
}
 .amazonmenu > ul li.hassub.selected::after { /* Add "veil" to parent menus */
 background: #eee;
 content: '';
 height: 100%;
 left: 0;
 opacity: .8;
 pointer-events: none;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}
}
