body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: 'PT Sans'; }
a {text-decoration: none !important;}
.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: 10px;
	 
    
}

.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: 10px 25px;
    color:#000;
	font-family: 'PT Sans';
	font-size: 15px;
	
	
}
.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';
}
.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: #66d2f6;
    position: relative;
    z-index:100;
  font-family: 'PT Sans';
    border-top: 1px solid #ffffff;
	color:#fff;
}
.nav li li a:hover {
opacity: 0.8;
  font-family: 'PT Sans';
    display: block;
	transition-duration:800ms;
    background: #000000;
    position: relative;
	color:#ffffff;
    z-index:100;
    border-top: 1px solid #ffffff;
	text-decoration:none;
}
.nav li li li a {
    background:#66d2f6;
    z-index:200;
     border-top: 1px solid #ffffff;
	color:#fff;
}
.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;
}
}
