/*body, nav_responsive, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}*/
#non_responsive_section{display:block;}
#responsive_section{
	float:right;
}

.container {
    width: 100%;
    max-width: 560px;
	float:right;
}
.toggleMenu {
    display:  none;
    background:url(images/responsive_menu_bg.png) no-repeat 0 0;
   /* padding: 10px 15px;*/
   width:30px; height:30px;
    color: #fff;
	font-weight:bold;
	/*border:1px solid #58701c;	*/
}
.toggleMenu:hover{opacity:.8;
	filter:alpha(opacity=80);}

.nav_responsive {
    list-style: none;
     *zoom: 1;
/*     background:#011121;*/
}
.nav_responsive:before,
.nav_responsive:after {
    content: " "; 
    display: table; 
}
.nav_responsive:after {
    clear: both;
}
.nav_responsive ul {
    list-style: none;
    width: 9em;
}
.nav_responsive a {
    padding: 10px 15px;
    color:#fff;
	font-family: 'Open Sans', sans-serif;
}
.nav_responsive li {
    position: relative;
}
.nav_responsive > li {
    float: left;
/*    border-top: 1px solid #08557b;
	background:#011121;*/
}
.nav_responsive > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav_responsive > li > a {
    display: block;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
.nav_responsive > li > a.active {
    color: #dcdedd;
}
.nav_responsive > li > a:hover {
    color: #dcdedd;
}

.nav_responsive li  ul {
    position: absolute;
    left: -9999px;
}
.nav_responsive > li.hover > ul {
    left: 0;
}
.nav_responsive li li.hover ul {
    left: 100%;
    top: 0;
}
.nav_responsive li li a {
    display: block;
    background: #010912;
    position: relative;
    z-index:100;
    border-top: 1px solid #555b6d;
	text-transform:uppercase;
	font-size:12px;
	width:200px;
}

.nav_responsive li li a:hover{ color:#e2e2e2; background:#011121;}

.nav_responsive li li li a {
    background:#033f61;
    z-index:200;
    border-top: 1px solid #555b6d;
}
    .nav_responsive > li {
        float: left;
    }
@media screen and (max-width: 766px) {
    .active {
        display: block;
    }
    .nav_responsive > li {
        float: none;
    }
    .nav_responsive > li > .parent {
        background-position: 95% 50%;
    }
    .nav_responsive li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav_responsive ul {
        display: block;
        width: 100%;
    }
   .nav_responsive > li.hover > ul , .nav_responsive li li.hover ul {
        position: static;
    }
	#responsive_section{
		width:50%;
		height:auto;
	}
}