.mobMenu ul{padding:0; margin:0;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
	display: inline-block;
	/*------	overflow: hidden;-----*/
	width: 44px;
	height: 44px;
	background: #001c33 url(../img/icon_common.png) no-repeat 0 0;

	text-indent: -20%;
	white-space: nowrap;
	vertical-align: bottom;
	float: right;
	margin-top: -44px;
	font: 1.5em/44px Arial, Helvetica, sans-serif;
	color: #0F192E;
    margin-right:10px;
    text-decoration:none;
}

/*------.toggleMenu {
	display: none;
  background: #001c33 url(../images/icon_common.png) no-repeat 0 0;
	padding: 10px 15px;
	color: #fff;
	float: right;
	margin-top: -36px;
}-----*/

.nav {
	list-style: none;





     *zoom: 1;
	background: #000;
	margin-top: 0px;
	padding-left: -30px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
	padding:0;
	margin:0;

}
.nav a {
    padding: 10px 15px;
    color:#fff;
	text-align: left;
			text-decoration:none;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #000;
}
.nav > li > .parent {
    background-image: url("../img/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
	display: block;
}
.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;
	background: #333333;
	position: relative;
	z-index: 100;
	border-top: 1px solid #000000;
}
.nav li li li a {
	background: #666666;
	z-index: 200;
	border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
	float: none;
	padding: 0px;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../img/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;
    }

}
