
.Menu nav {position:relative; z-index:999;}

.menu_Brasf{font: normal 12px/1.25 helvetica, arial, sans-serif; position:absolute;top:90px; margin:0;padding:0;line-height:16px; right:0; left:0; border-top: 1px solid #EE1122}

.menu_Brasf li{padding:0;float:left;position:relative;list-style:none;}

.menu_Brasf a{font-weight:bold;color:#ffffff;text-decoration:none;display:block;padding:8px 12px; margin:3px 0 0;}

.menu_Brasf li:last-child {background:#E12;}

.menu_Brasf li:last-child a{color:#FFF;}

.menu_Brasf a[href*="onlinestore"]:before {content:"\f023"; font: normal 16px/18px 'FontAwesome'; margin:0 5px 0 0}

.menu_Brasf .current a,.menu_Brasf li:hover > a{border-top: 3px solid #EE1122; margin-top:0}

.menu_Brasf ul li:hover a,.menu_Brasf li:hover li a{background:#ffffff;border:none;color:#000000;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}

.menu_Brasf ul a:hover{background:#000000 !important;color:#ffffff !important;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-shadow:0 1px 0 #333333;}

.menu_Brasf ul{background:transparent;display:none;margin:0;padding:0;width:185px;position:absolute;top:26px;left:0;border:solid 1px #ee1122;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);}

.menu_Brasf li:hover > ul{display:block;}

.menu_Brasf ul li{float:none;margin:0;padding:0;}

.menu_Brasf ul a{font-weight:normal;text-shadow:0 1px 1px rgba(255, 255, 255, 0.8);}

.menu_Brasf ul ul{left:181px;top:1px;}

.menu_Brasf ul li:first-child > a{-webkit-border-top-left-radius:0;-moz-border-radius-topleft:0;-webkit-border-top-right-radius:0;-moz-border-radius-topright:0;}

.menu_Brasf ul li:last-child > a{-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;}

.menu_Brasf:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}

.menu_Brasf{display:block;}
html[xmlns] .menu_Brasf{display:block;}
* html .menu_Brasf{height:1%;}

/* Media Queries */


@media only screen and (max-width:600px){
.menu_Brasf:before {
content: "Menu ▼";
display: block;
margin: 7px;
color:#FFF;
text-align: right;
}
.menu_Brasf li{background:#000;}
.menu_Brasf .current a, .menu_Brasf .current:hover a { border:none; color:#E12; }
.menu_Brasf > li {width:100%;display:none;}
.menu_Brasf > .current,
.menu_Brasf:hover > li,
.menu_Brasf:focus > li,
.menu_Brasf:active > li
{display:block;}
.menu_Brasf:hover > .current a:after,
.menu_Brasf:focus > .current a:after,
.menu_Brasf:active > .current a:after
{content:"";}
.menu_Brasf a {padding:15px;}
}

@media only screen and (max-width:800px){ .menu_Brasf{top:70px; left:20%}}