  
.desktopNav_Spacer {
	margin-left: 30px !important;
}


 
nav {
    position:relative;
    display:block;  
    z-index:9000;
	margin: 35px auto 0 auto;
    padding:0 0 0 0;
    text-align:center;
    width:100%;
    color: black;
}
  
nav ul, nav li {
    list-style: none;  
    margin:0 0 0 0;
    padding:0 0 0 0;  
}
  
nav ul li {
	display: block;
	position: relative;
	float:left;
	text-align:center;
}
  
nav li ul {
    display: none;
}
  
  
nav ul li a { /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #000;
    font-weight:normal;
    font-size:15px;
    line-height: 15px;
    transition:color .2s ease-in-out; -moz-transition:color .2s ease-in-out; -webkit-transition:color .2s ease-in-out;
    text-transform: uppercase;
    text-align:center;
    font-family: 'montserratbold';
}
 
 
nav ul li a:hover { /* appearance of the first-level links on hover */
    height: 1%; 
    color: #e21836;
}
  
  
  
nav ul li li a { /* appearance of the sub-level links */
    width:215px;
    padding:8px 0 8px 15px;
    text-align:left;
    background:#fff;
    border-bottom:1px #EEEEEE solid;
    line-height:25px; 
    color: #212933; 
    font-family: 'montserratlight';
    font-size: 14px;
}
nav ul li li a:hover { /* appearance of the sub-level links on hover */
    color:#212933; 
    background: #EEEEEE;     
}
  
  
  
  
  
  
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
nav ul ul {
    display: none;
    position: absolute; 
    top:100%;
    left:0;
}
  
nav ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
nav ul li:hover > ul {  
    display: block;
    line-height:18px; /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background:#4b0000; /* make sure your background color always matches your link styles!*/
	-webkit-box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.75);
}
  
nav ul ul li {
    float: none; 
    position: relative;
}
  
/******MAIN NAVIGATION END******/


@media screen and (max-width: 1089px) {


nav ul li a {font-size: 13px;}

}
