body, nav, ul, li, a  {margin: 0; padding: 0;}

#navigation-wrapper #toggleMenu a { font-family: 'Asap', sans-serif; color:#fff; text-decoration: none;}
#navigation-wrapper #toggleMenu a:link { color:#fff; text-decoration: none;}
#navigation-wrapper #toggleMenu a:active { color:#fff; text-decoration: none;}
#navigation-wrapper #toggleMenu a:hover { color:#000; text-decoration: underline;}
#navigation-wrapper #toggleMenu a:visited { color:#fff; text-decoration: none;}

#navigation-wrapper ul{ font-family: 'Asap', sans-serif; font-size: 14px; font-weight: normal; color: #000; text-decoration: none;}

#toggleMenu {padding:0 10px;}

.toggleMenu {
    display:  none;
    padding:7px 0px 7px 0px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
	margin: 9px 14px 9px 0;
	padding: 4px 8px;
	color:#000;
	font-family: "Conv_MyriadPro-Regular";
	font-size: 15px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	
}
.nav li {
	position: relative;
	list-style-position: outside;
	list-style-image: url(images/nav-divider.png);
	list-style-type: 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 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: #1d7a62;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
.active {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	list-style-type: none;
}
.test {
	list-style-image: none !important;
    list-style-type: none !important;
}

/*.................. ipad css ..............*/
@media screen and (max-width: 980px) 
{
	.nav a {
    color: #000;
    font-family: "Conv_MyriadPro-Regular";
    font-size: 12px;
    margin: 9px 13px 9px 0;
    padding: 4px 2px;
    text-decoration: none;
	}
	
#toggleMenu {
    display: block;
    padding: 0 10px;
}
}

@media screen and (max-width: 568px) {
    .active {
        display: block;
		border-bottom:none;
		
    }
    .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;
    }

}
