#custommenu {
	color: #808080;
    font-family: Arial,serif;
    background: url("https://www.dressthat.com/skin/frontend/ma_betashop/ma_betashop2/images/nav_bg.gif") repeat-x scroll 0 100% transparent;
    font-size: 12px;
    height: 56px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 900;
}
div.menu {
  /*  background: url("https://www.dressthat.com/skin/frontend/ma_betashop/ma_betashop2/images/nav_sp.png") no-repeat scroll 100% 30% transparent;*/
	background: none repeat scroll 0 0 #000;
    border-right: 1px solid #3E3E3E;
    
    color: #a8a8a8;
    float: left;
    font-family: Tahoma,Arial,sans-serif;
	/*font-weight: bold;
	 text-transform: uppercase;
	border-left: 1px solid #3E3E3E;
	*/
    font-size: 1.2em;
   
    height: 56px;
    margin: 0;
    padding: 0 0 0 10px;
   
}
div.menuright1 {
	background: none repeat scroll 0 0 #669900;
}
div.menuright2 {
	background: none repeat scroll 0 0 #b42c15;
}


div.menu a {
    display: block;
    height: 56px;
	
}
div.menu a span {
    display: block;
    height: 56px;
    padding-right: 15px;
    color:#a8a8a8 !important;
    line-height: 56px;
	font-size: 16px;
}
div.menu:hover a span {
    cursor: pointer;
	color:#fff !important; 
}
div.menu.active, div.menu:hover {
    background:#a44ec4;
}
div.menu.active a span, div.menu a:hover span {
    color:#fff !important; 
}
div.popup {
	background-color:#fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
    display: none;
    padding: 10px;
    position: absolute;
    text-align: left;
    z-index: 3000;
	top: 56px !important;
}
div.menu a, div.popup a {
    display: block;
    text-decoration: none;
}
div.popup a.act {
    color: #a44ec4;
}
div.column {
    float: left;
    margin: 0 15px 0 5px;
    padding: 0;
    /*width: 150px;*/
}
div.itemSubMenu {
    margin-left: 5px;
}
.clearBoth {
    clear: both;
    height: 0;
    overflow: hidden;
}
a.level2:link, a.level2:visited {
	background: url(../images/bl-list-megamenu.png) no-repeat 0px 6px;
    font-size: 13px;
	margin: 5px 0;
	padding: 3px 3px 3px 20px!important;
	transition:none;
}

a.level2:hover {
    color: #a44ec4;
	background-position:0 -85px;
}
a.level1:link, a.level1:visited {
    color: #666;
    font-size: 14px;
	margin: 10px  0;
}
a.level1:hover {
    color: #a44ec4;
}
div.level1 {
    margin-bottom: 10px;
}
.dd_menu_block {
    border-top: 1px solid #E2E2E2;
    font-size: 11px;
    margin-top: 5px;
    padding-top: 5px;
}
.dd_menu_block img {
    float: left;
    margin-right: 10px;
    position: relative;
}
div.cat_pic {
    height: 50px;
    margin-top: 0;
    overflow: hidden;
}
div.cat_pic strong {
    bottom: 24px;
    color: #a44ec4;
    font-size: 11px;
    left: 20px;
    position: absolute;
}
div.cat_pic span {
    bottom: 14px;
    color: #808080;
    font-size: 11px;
    left: 20px;
    position: absolute;
    z-index: 3050;
}