﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {  
  	font-family: 'Open Sans', 'sans-serif';
}
a.menu:link,  		
a.menu:visited,  
a.menu:active 
	{ 
	font-family: 'Open Sans', 'sans-serif'; 	
	color:#EEE !important; 
	font-size:12pt; 
	text-decoration: none;	
}	
a.menu:hover	{ font-family: 'Open Sans', 'sans-serif'; 	
		font-size: 12pt; color:#FFF !important; 
		background:#33CCFF !important; 
		text-decoration: none; }	

a.menu-cart:link,  		
a.menu-cart:visited,  
a.menu-cart:active 
	{ 
	font-family: 'Open Sans', 'sans-serif'; 	
	color: #00FF00 !important; 
	font-size: 12pt; 
	text-decoration: none;	
}	
a.menu-cart:hover	{ font-family: 'Open Sans', 'sans-serif'; 	font-size: 12pt; color:#000 !important; background:#00FF00 !important; text-decoration: none; }	


.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
	padding: 10px;
    	width: 100%;
    	box-shadow: none;
    	-webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

