.toggleMenu {
	display: none;
	background: #0f74b8;
	padding: 10px 0px;
	width: 100%;
}

.menu_icon_frame	{
	margin: 0px 15px;
	width: 67px;
}

.menu_icon	{
	background: url(menu-icon.png) center center no-repeat;
	width:20px;
	height:20px;
	float:left;
}

.menu_icon_text	{
	padding: 2px 0px 0px 5px;
	color: #fff;
	float:left;
	font-weight:bold;
}

.nav {
	list-style: none;
    *zoom: 1;
	margin: 0px auto;
	max-width:966px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 7px 12px;
    color:#fff;
}
.nav li {
	text-align: center;
	width: 138px;
	font-size:12px;
	position: relative;
}
.nav > li {
	float: left;
	background:url(../images/menu_bg.png) repeat-x;
}
.nav > li.hover {
	background:url(../images/menu_bg2.png) repeat-x;
}
.nav > li > .parent {
    /*background-image: url("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 {
	text-align: left;
    display: block;
	background-color: #666;
    position: relative;
    z-index:100;
}
.nav li li a:hover {
	background-color: #272526;
}
.nav li li li a {
    z-index:200;
}

@media screen and (max-width: 990px) {
    .active {
        display: block;
    }
	.nav ul {
        width: 100% !important;
	}
    .nav ul li {
        width: 100% !important;
    }
    .nav > li {
        float: none;
        width: 100% !important;
		background: #09F !important;
		text-align:left;
    }
    .nav > li > .parent {
        /*background-position: 95% 50%;*/
    }
	.nav > li.hover > ul {
	}
	.nav li li a {
		background-color: #0CF !important;
		padding: 7px 22px;
	}
    .nav li li .parent {
        /*background-image: url("downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;*/
    }
	.nav li li li a {
		background-color: #06C !important;
	}
    .nav ul {
        display: block;
    }

   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
