body, nav, ul, li, a  {margin: 0; padding: 0;}
body {
	font-family: "Kozuka Gothic Pr6N EL" open sans;
	font-size: 14px;
	color: #282828;
	text-decoration: none;
	font-weight: normal;
}
a {text-decoration: none;}
.menu-nav {
    width:100%;
	float:right;
    max-width: 900px;
    margin: 20px auto 0;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
	 float:right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    float:left;
}
.nav a {
  color: #fff;
   line-height: 22px;
    padding-bottom:4px;
    padding-left: 15px;
    padding-right: 15px;
}
.nav li {
    position: relative;  line-height: 22px;
}
.nav > li {
    display:inline-block;
}
.nav > li > .parent {
    background-image: url(downArrow.png);
    background-repeat: no-repeat;
    background-position: 98% 14px;
}
.nav > li > a {
	display: block;
	color: #282828;
}
.nav > li > a:hover {
	color: #282828;
	background-color:#8dd88d;
}
.nav > li > a.selected {
	color: #282828;
	background-color:#8dd88d;
}
.nav li ul {
	left: -9999px;
	position: absolute;
	width: 250px;
	background-image: url(../images/upArrow.png);
	background-repeat: no-repeat;
	background-position: 55px top;
	padding-top: 7px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
  background: none repeat scroll 0 0 #8a8a8a;
  border-top: 1px solid #7b7b84;
  display: block;
  font-size: 13px;
  position: relative;
  z-index: 100;
}
.nav li li ul {background:none; padding-top:0px;}
.nav li li a:hover {
  background: none repeat scroll 0 0 #8dd88d;
}
.nav li li li a {
    background:#8a8a8a;
    z-index:200;
    border-top: 1px solid #7b7b84;
}

@media screen and (max-width: 768px) {
	
    .active {
        display: block;
    }
    .nav > li {
        /*float: none;*/
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url(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;
    }
}
