body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: 'source-sans-pro', Helvetica, Arial, sans-serif; overflow-x: hidden;}
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: #4f81bc ;
    padding: 10px 15px;
    color: #fff;
	float: right;
margin-top: 50px;
border-radius:5px;
}
.nav {
    list-style: none;
     *zoom: 1;
	
border-bottom: 1px solid #efefef;
border-top: 1px solid #efefef;
margin-top: 44px;
	 
    
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
  
	color:#5081BB;
}

.nav li li a:hover
{
	color:#000;
}



.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 20em;
}
.nav a {
    padding: 12px !important;
    color:#000;
	font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	
    line-height: 14px;
}
.nav li {
    position: relative;
}
.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;
	font-family:'PT Sans', sans-serif;
}
.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 {
opacity: 0.8;
    display: block;
    background: #5081bb;
    position: relative;
    z-index:100;
	font-family:'PT Sans', sans-serif;
    border-top: 1px solid #ffffff;
}
.nav li li a:hover {
opacity: 0.8;
font-family:'PT Sans', sans-serif;
    display: block;
	transition-duration:800ms;
    background: #000000;
    position: relative;
	color:#ffffff;
    z-index:100;
    border-top: 1px solid #ffffff;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
.active
{
	color:#5081bb;
}

@media screen and (max-width: 767px) {
    .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;
    }
	.nav {
    list-style: none;
     *zoom: 1;
	 margin-top:85px;
	 
    
}


}
@media screen and (max-width: 767px) and (min-width:400px) {
.toggleMenu {
    background: #fff none repeat scroll 0% 0%;
padding: 10px 15px;
color: #000;
float: right;
margin-top: 0px !important;
border: 1px solid #000;
}
}
