@media (min-width: 768px) {

	header .menu > li:hover > a
		{ background: #414042; text-decoration: none !important; }
	header .menu > li:hover > ul
		{ display: block; padding: 5px 0; }
	header .menu > li > ul > li > a:hover
		{ text-decoration: none !important; color: #41a3db; }
		
}