

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

.mainnavigation {
    width: 100%;
    max-width: 100%;
}
.toggleMenu {
    display:  none;
    background: #de4200;
    padding: 10px 15px;
    color: #fff;
    
}
.nav {
    list-style: none;
     *zoom: 1;
	 float:right !important;
	position:absolute;
	padding:0;
	margin:0;
	
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;
	
}
.nav a {
    padding: 9px;
    color:#000;
}
.nav li {
    position: relative; z-index:9999;
	text-align:left;
	/*float:left*/
}

.nav li:hover { /*   background: #ccc;  */ }

.nav > li {
    float: left;
	font-family:  "AdobeGothicStd", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal; 
	text-transform: uppercase;
	padding:0 0px 0 40px;
}
.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: #252525;
    position: relative;
    z-index:100;
    border-top: 1px solid #fff;
	color:#fff;
	font-size:12px;
	min-width:150px;
}

/*.nav li li a:hover { background:#fff8f5}*/

.nav li li li a {
    background:#ffe9e0;
    z-index:200;
    border-top: 1px solid #f4d4c7;
	
}

@media screen and (max-width: 900px) {
  
.toggleMenu {
    display: block !important;
	padding: 13px 15px;
	

}
  .active {
        display: block;
    }
	.nav {

     background:#fff0e9; }

.nav a {
    padding: 15px;
    color:#fff;
	font-size: 12px;
}

    .nav > li {
        float: none;
		padding:0;
		clear:both;
		text-align:left;
			
    }
	
	.nav li:hover {  background: none; }


    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
/*        background-image: url(../../images/upArrow.png); 
        background-repeat: no-repeat;
        background-position: 95% 50%;*/
	
    }
	
	
	.nav li a {
    background: #fddbcd;
	 border-bottom: 1px solid #ffc3aa;	
	color:#ed5e21;
	font-weight: bold;
	
}

/*.nav li a:hover { background:#fedccd;
				  background-image: url("images/downArrow.png");
                  background-repeat: no-repeat;
                  background-position: 95% 50%;}*/


.nav li li a {
    background:#ffe9e0;
    z-index:200;
    border-top: 0px solid #f4d4c7;
	font-weight: normal;
	color:#000
}

/*.nav li li a:hover { background-image: url("images/upArrow.png");
                  background-repeat: no-repeat;
                  background-position: 95% 50%;}
*/
.nav li li li a {
    background:#fff7f4;
    z-index:200;
    border-top: 0px solid #f4d4c7;
	
}

.nav li li li a:hover { background: none; }

    .nav ul {
        display: block;
        width: 100%;
		margin:0;
		padding:0;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}