.container {
    width: 100%;
    margin: 0 auto;
}
.toggleMenu {
    display:  none;
    background: #006493;
    padding: 8px 0 8px 5%;
    color: #fff; width:95%;font-size:14px; text-transform:uppercase;font-family: 'Roboto Slab', serif; font-weight:600;
}
a.toggleMenu { color:#fff; text-decoration:none; display:none !important;}
.nav {
    list-style: none;
     *zoom: 1;
    font-family:  'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 600;
	margin:0; padding:0;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 11.5em; margin:0; padding:0
}
.nav a {
    padding:0 8px;
    color:#fff; text-decoration:none; text-align:center;
}
.nav a:hover {text-decoration:none;background-color: transparent;  color:#fff;
}
.nav a.active{background-color:#004f96;  color:#fff;}
.nav li {
    background:url(../images/divider.gif) no-repeat 0 1px; position:relative
}

.nav li.first {
    background-image:none;
}

.nav > li {
    float: left;
    
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav ul {
    position: absolute;
    left: -9999px;
	z-index:999
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    /*background: #6f7f00;*/
    position: relative;
    z-index:100;
    /*border-bottom: 1px solid #dedede;*/
	padding:8px 0; font-size:13px; margin:0 8px;
}
.nav li li a:hover{  color:#ebebeb; font-weight:600 }
.nav li ul{ padding:13px 0 0 0;   }
.nav li ul li{ background:#7a8c00; /*padding:0 20px;*/}
.nav li ul li:last-child a{ background-image:none}
.nav li li li{  background:#249578;}
.nav li li a {
   
    z-index:200;
    border-bottom: 1px solid #aac300;
}

.nav > li.hover{ background-color: transparent; color:#fff; }

.nav li ul li a{}
@media screen and (max-width: 640px) {
.nav {
    background:#FFFFFF;
    border: 1px solid #F0F0F0;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 500;
    list-style: none outside none;
    text-transform: uppercase;
}	
.nav li {
background:#0099cc; border-bottom:1px solid #fff; width:100%; position:relative
}
.nav li.first {
    background:#0099cc;
}
.nav a {
     color: #006493;
    height: 25px;
     padding:54px 23px;
    text-align: center;
    text-decoration: none;
    width: 136px;
}
.nav a:hover {text-decoration:none;text-align: left; background:#00ade7 !important; width:95%;padding: 10px 0 10px 5% !important;
}


}
@media (min-width: 768px) and (max-width: 979px) {
    .active {
        display: block;
    }
	.nav{ font-size:12px;}
	.nav a{ padding:0 4px;}
    .nav > li {
        /*float:left;*/ position:relative
    }
    .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%; position: 
		
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: absolute;
    }
	
	.nav li.first {
		/*width: 136px;*/
	}
	.nav a:hover {text-decoration:none; background-color: transparent; color:#fff;
	}
}


@media only screen and (width: 980px) {
.nav a {
    color: ##a7a7a7;
    height: 25px;
    padding: 23px 0 0;
    text-align: center;
    text-decoration: none;
    width: 167px;
}
}
@media only screen and (width: 900px) {
.nav a {
    color: ##a7a7a7;
    padding: 23px 0 0;
    text-align: center;
    text-decoration: none;
}
}
@media only screen and (min-width: 641px) {

}