body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}

.toggleMenu {
	width: 100%;
	height: auto;
	float: left;
    padding: 5px;
    color: #fff;
    display:  none;
	z-index: 999999999999;
	font-family: 'Oswald', sans-serif;
	background-color:#32736f;
	text-align: center;
}
#nav {	
    list-style: none;
font-family: 'Oswald', sans-serif;
	font-size: 0.7em;
	text-align: right;
	z-index: 9999;
	float: right;
}
#nav .current a { color:#fff; 	background-color:#32736f; }
#nav:before,
#nav:after {
    content: " "; 
    display: table; 
}
#nav:after {
    clear: both;
}
#nav ul {
    list-style: none;
    width: 170px;
}
#nav a {
    padding: 65px 15px 65px 15px;
    color:#666;-webkit-transition: all ease 0.5s;

}
#nav a:hover {
    color:#fff;
	-webkit-transition: all ease 0.5s;
	background-color:#32736f;
}
#nav li {
    position: relative; -webkit-transition: all ease 0.5s;

}
#nav > li {
    float: left;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #ededec;
}



#nav > li:last-child { border-right: none; }

#nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
#nav > li > a {
    display: block;
}
#nav li  ul {
    position: absolute;
    left: -9999px;
	top: 51px;
}
#nav > li.hover > ul {
    left: 0;
}
#nav li li a {
    display: block;
    background: #32736f;
    position: relative;
    z-index:9999;
	color: #fff;
	font-weight:normal;
font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 1px;border-radius: 10px;	-webkit-transition: all ease 0.5s;

}
#nav li li a:hover {
    display: block;
    background: #32736f;
    position: relative;
    z-index:9999;
	color: #fff;
	-webkit-transition: all ease 0.5s;
	font-weight:normal;
	padding-left: 25px;
	text-transform: uppercase;	border-radius: 10px;
}
#nav li li li a {
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
	#nav {
		width: 100%;
		list-style: none;
		float: right;
		position: relative;
		margin: 5px 0 0 0;
	}
    #nav > li {
        float: none;
		border-right: none;
		border-bottom: 1px dotted #ccc;
    }
	#nav li:last-child { border-bottom: 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 .current a { color:#fff; 	background-color:#32736f;  }
#nav a {
    padding: 7px 12px 7px 12px;
    color:#666; 

}
#nav a:hover {
    color:#fff;
	-webkit-transition: all ease 0.5s;
	background-color:#32736f; 
}

}