body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.menubottom { margin:0px; padding:0px; background:url(../images/menubottom.png) repeat-x bottom left;   
}
.newmenu { padding:20px 3% 0px 0px; color:#000; 
    font-style: normal;margin-right:0px; margin-top:5px; z-index:900; text-align:right;}
a {text-decoration: none;}

.toggleMenu {
    display:  none;
    background: #630811;
    padding:8px;
    color:#fff!important; text-align:left !important;
}
a.toggleMenu:hover{

    color: #e07726 !important;
}
.nav {
    list-style: none;
     *zoom: 1;float:right
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; color: #fff;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em; 
}
.nav a {
    color:#630811; font-family: 'Open Sans', sans-serif; text-transform:normal; font-size:14px; font-weight:normal;
}

.nav li {
    position: relative;
}
.nav > li {
    float: left;    
}
.nav > li a{
	margin:0px 8px; padding:8px !important; text-transform:uppercase; display:block;
}
.nav > li a:hover {
    float: left;
     margin:0px 8px; color:#fff !important; background:#630811; display:block;
}

@media screen and (max-width: 768px) {
		.nav { width:97%; margin:0px auto;}
	.nav > li {
    float: none; text-align:center; width:100%;  
}
.nav > li a{
	margin:1px 0px; padding:8px !important; text-transform:uppercase; display:block;  background:#eaebed;  
}
.nav > li a{
	margin:1px 0px  !important; padding:8px !important; text-transform:uppercase; display:block;
}
.nav > li a:hover {
     float: none; 
     margin:0px 0px; color:#fff !important; background:#630811; display:block;
}
}

