#p7HGMtrg_1 .toggleMenu {
    display: none;
    padding: 10px 0; 
    color: #000;width: 99%;text-decoration: none; text-align: center; text-transform: uppercase;
	border:0px solid red;
}

#p7HGMtrg_1 .toggleMenu:hover{color: red; text-decoration: none;}

.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#000;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-bottom: 0px solid #eeeeee;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    position: relative;
    z-index:100;
}
.nav li li li a {
    background:#249578;
    z-index:200;
}

@media screen and (max-width: 700px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	

	.p7HGM05 .p7HGMtrig li {float:none; border: 1px solid #eee; margin:1px}
	.p7HGM05 .p7HGMtrig li:hover {background:#543f1a; color:#fff}
	#p7HGMtrg_1 .toggleMenu li:hover {color:#fff}
	.gnb ul li {background:none}
	

}