

a {
	text-decoration: none;
	font-family: 'Cinzel', serif;
	
	}
	

.toggleMenu {
    display:  none;
	width: 100%;
    max-width: 1300px;
	background:none;
    padding: 10px 30px;
    color: #fff;
	background-image: url("downArrow.png");
    background-repeat: no-repeat;
    background-position: left;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

.nav {
    list-style: none;
     *zoom: 1; 
	
	 padding:2.5% 0% 1% 15%;
}

.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 15em;
}
.nav a {

    color:#fff;
	-webkit-transition: color 0.4s linear;
-moz-transition: color 0.4s linear;
-ms-transition: color 0.4s linear;
-o-transition: color 0.4s linear;
transition: color 0.4s linear;
background:none;
}

.nav li a:hover{
	color:#FF9;
	
}
.nav li {
    position: relative;
	padding-right:10%;
}
.nav > li {
    float: left;
    
}
.nav > li > .parent {
    background-image: url("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;
	padding:5%;
	border:#000000 1px solid;
	background:#333333;
    position: relative;
    z-index:100;
    
}
.nav li li li a {
    
    z-index:200;
   
}


/******************************* MEDIA BREAKS ONLY BELOW THIS LINE  ************************************/

@media screen and (max-width: 1251px) {
	.nav {
		text-align:center;
	 
	 background-image:url(../web/images/menuSmBG.jpg);
	 background-repeat:repeat-X;
	
	 padding-left:24%;
	 
	 
}
}

@media screen and (max-width: 800px){
	a{
		font-size:1.5em;
		
	}
    .active {
        display: block;
    }
	
	.nav {
 background:#000000;
	 padding-left:0%;
	 
}
    .nav > li {
        float: none;
		border-bottom:1px solid #000;
    }
    .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;
    }
	
	

.nav li a{
	font-size:2em;
	
}

.nav li ul li a{
	font-size:1.5em;
	
	
}

}

@media (device-height : 568px) 
   and (device-width : 320px) 
   and (-webkit-min-device-pixel-ratio: 2){
	   
	    .active {
        display: block;
    }
	
	.nav {

	 padding-left:0%;
	 background:#000000;
	 background-image:url(../web/images/menuSmBG.jpg);
	 background-repeat:repeat-y;
	 border-top:10px solid #b7550a;
	 
	 
}
    .nav > li {
        float: none;
		border-top:2px solid #b7550a;
    }
    .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;
    }
	
	
	
   }