/*Version 1.3.9b*/
/*Cornflowerblue Menu CSS*/
.page-wrap {
	position:relative;
}

#nav-cat {
    overflow: hidden;
    position: absolute;
    top: 0px;
	left:0%;
    width: 85%;
	height:100%;
	padding-bottom:10px;
    z-index: 10000;
	border: 0px solid #ccc;
	border-bottom:3px solid #e54e53;
	border-top:none;
	box-shadow: 1px 1px 5px hsla(0,0%,69%,.5);
}

.menu-active {
    left: calc(100% - 15%);
}

#aliexpress_non {
    display: none;
}
#aliexpress_n {
    height: 100%;
    left: 0.01%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#nav-cat ul {
   margin: 0; 
   padding: 0; 
   width: 100%; 
   background-color: #fff ;
}

#nav-cat ul.level2 {background-color: #f7f8f9 ; margin-bottom:-2px;}
#nav-cat ul.level3 {background-color: #e1e3e4 ;}
#nav-cat ul.level4 {background-color: #f0f0f0 ;}
#nav-cat ul.level5 {background-color: #6e201f ;}
#nav-cat ul.level6 {background-color: #7e201f ;}

#nav-cat li {
   position: relative; 
   list-style: none; 
   margin: 0;
   margin-top: 0px; /* change this to put space between buttons*/
   border-top: 2px solid #f7f8f9;
   line-height:45px;
}

#nav-cat li li {
   margin: 0; /* overrides the margin-top above */
}
#nav-cat ul.level2 li {
	width:100%;
	border-top:2px solid #fff;
	border-left:2px solid #43D5B0;
}
#nav-cat li a {
   display: block; 
   padding: 0;
   text-decoration: none; 
   width: 100%; 
   color:#444444;
   text-indent: 2%;
   font-size:14px;
}

#nav-cat li.submenu {
}

#nav-cat li.submenu a {
   background: url(../images/arrows/icon_xia.png) 95% 50% no-repeat;
}

#nav-cat li.submenu a.selected {
   background: url(../images/arrows/icon_top.png) 95% 50% no-repeat;
   text-decoration:underline;
   color:#c00;
}

#nav-cat li.submenu ul li a {
	background:none;
	color:#000;
}

#nav-cat li.submenu ul li.submenu ul li a {
	background:none;
	text-indent: 6%;
	color:#000;
}

#nav-cat li.submenu ul li a {
   text-indent: 6%;
}

#nav-cat li.submenu ul li.submenu a {
   background: url(../images/arrows/icon_xia.png) 95% 50% no-repeat;
   color:#000;
}

#nav-cat li.submenu ul li.submenu a.selected {
   background: url(../images/arrows/icon_top.png) 95% 50% no-repeat #f8f8f8;
   text-decoration:underline;
   color:#c00;
}

#nav-cat>ul a {
   width: auto;
}

#nav-cat ul ul {
   display: none;
}

#nav-cat ul.level1 li.submenu:hover ul.level2,
#nav-cat ul.level2 li.submenu:hover ul.level3,
#nav-cat ul.level3 li.submenu:hover ul.level4,
#nav-cat ul.level4 li.submenu:hover ul.level5,
#nav-cat ul.level5 li.submenu:hover ul.level6 {


}

#nav-cat ul.level3 li,#nav-cat ul.level4 li {
	width:100%;
	margin:0%;
}

#nav-cat ul.level3 li a,#nav-cat ul.level4 li a {
	text-indent: 10% !important;
	font-weight:normal !important;
}

#nav-cat ul.level1 li a {
	font-size:14px;
}
#nav-cat ul.level1 li a:hover,#nav-cat li a:hover {
	font-size:14px;
	color:#CC0000;
	font-weight:bold;
}
#nav-cat ul.level2 li a {
	font-size:14px;
}

#nav-cat ul.level3 li {
	height:40px;
	line-height:40px;
	border-left:2px solid #c00;
}

#nav-cat ul.level3 li a {
	font-size:14px;
}

#nav-cat ul.level2 br.clearBoth {
	height:1px;
}

#nav-cat li.loginBtn {
	padding-top:15px;
	margin-bottom:15px;
    background-color: #fff;
    text-align: center;
	display:none;
}

.loginBtn .loginTextWrapper {
    border: 1px solid #ccc;
    border-radius: 1px;
    box-sizing: border-box;
    padding: 5px 10px 5px 15px;
	background-color:#fff;
}
.white-arrow-right {
    background-image: url(../images/inaadex.png);
    background-size: contain;
    display: inline-block;
    height: 11px;
    margin-left: 5px;
    vertical-align: middle;
    width: 8px;
}
.menu_ttl {
    padding: .8em 1em;
    font-size: 120%;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
	font-weight: bold;
}