@media only screen and (max-width: 1279px) {
	
#menu a:hover, #menu li a.active {
	background: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-pie-box-shadow: none !important;
	box-shadow: none !important;
}

}

@media only screen and (max-width: 767px) {
.menu {
	right: 0px !important;
}

}