@import url("skin-std.css");

.grey ul.mega-menuh {background: #8998a8; /*border-right: 1px solid #1B1B1B; border-left: 1px solid #1B1B1B;*/}
.grey ul.mega-menuh li a {color: #fff !important; transition:0.1s;}
.grey ul.mega-menuh li.mega-hover a, .jbmm ul.mega-menuh li a:hover{background-color:#fff;}
.grey ul.mega-menuh li .sub-container {/*background: url(images/bg_sub_left.png) no-repeat 0 100%;*/}
.grey ul.mega-menuh li .sub a, .grey ul.mega-menuh li .sub span {color: #111;}
.grey ul.mega-menuh li .sub li.mega-hdr .mega-hdr-a {/*background: #6B6B6B url(images/bg_mega_hdr.png) no-repeat 0 0 !important;*/ color: #fff !important; text-shadow: 1px 1px 1px #333;}
.grey ul.mega-menuh .sub li.mega-hdr li a:hover {color: #a32403 !important; /*background: #efefef url(images/arrow_on.png) no-repeat 5px 8px !important;*/}
.grey ul.mega-menuh li .sub-container.non-mega li a:hover {color: #a32403; /*background: #efefef url(images/arrow_on.png) no-repeat 7px 10px  !important;*/}

@media only screen and (max-width: 768px) {
	.grey.responsive ul.mega-menuh{
		background: #8998a8;
	}
	.grey.responsive ul.mega-menuh li a{
		background: transparent;
	}
}
