
a {text-decoration: none;}
 
.toggleMenu {
    display:  none;
    background: #FFFFFF;
    padding: 6px 6px;
	border-radius: 4px;
    color: #3e3e3e;
	float:right;
	margin-bottom:12px;
}

.nav {
     list-style: none;
     *zoom: 1;
	 position:relative;
	 float:right;
	
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
 
.nav ul {
    list-style: none;
	height: auto;
	text-align:center; 
}
 
.nav li {
    position: relative;
	height: auto;
	color: #ffffff;
	background:none;
	display:inline-block;
	width:auto;
	float:left;
}

.nav > li {
    float:left;
	z-index:50;
}

	
.nav > li > .parent {
    background-image: url(images/downArrow.png);
    background-repeat: no-repeat;
    background-position: right;
}
 
.nav li a {
	color: #ffffff;
	line-height:20px;
	text-decoration:none;
	padding:10px 40px;
	background:none;
	font-family: 'Raleway', sans-serif; font-weight:400; font-size:18px;
	text-align:center;
}


@media screen and (max-width: 960px) {
	 
	.nav li a {
	padding:10px 20px;
}
	}
	
.nav > li > a {
    display: block; 
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	margin-left:0px; padding-left:0px;
}
 
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    position: relative;
    z-index:100;
    color: #000;
	border-top: 1px solid #f5f5f5;
	text-align:left;
	padding:7px 0px 7px 20px;
	width:200px;
}
 
.nav li a:hover { 
		display: block;
		color: #e12f29;
		}	

.nav li.selected { 
		display: block;
		color: #e12f29;
		}
 
.nav li.selected a { 
	color: #e12f29;  font-weight:400;
	}
 
.nav li.selected a:hover { 
	color: #e12f29;
 	}
	
.nav li li a:hover { 
		display: block;
		background: #FFF;
		}
		
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 760px) {

.nav {
	 	float:left; width:100%;  
}

.nav ul {
        display: block;
        width: 100%;
    }
	
.nav > li {
	background:#7f7f7f;
}
 
	  
.nav li a {
	color: #3a3a3a;
	background: #ebebeb;
	padding:12px 0;
	width:100%;
 
}
.nav li a:hover { 
		display: block;
		color: #e12f29;
	    background: #FFF;
		}	
			
		
	.toggleMenu { position:absolute; top:45px; right:15px;}
	.active {
        display: block;
    }
    .nav > li {
         font-size:100%; text-align:center;
			 z-index:50; border-top: 1px solid #f2f2f2;
			 width:100%;
    }
    .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 > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

		.nav li.selected { 
		display: block;
	    background:none;
		}
		.nav li.selected a { 
	background:#e12f29;
	color: #FFF;
	}
		
	 .nav li.selected a:hover { 
	display: block;
		color: #e12f29;
	    background: #FFF;
	}
 
	.nav li li a {
	text-align: center;
	padding-left:0; padding-right:0;
	width:100%;
	background:#f6f6f6;
}
 }