/*  Make your custom modifications to user_style.css here
*/


div.menu {
  margin:0;
  padding:0;
  margin-top:1.4em;
  margin-bottom:10px;
  font-size:26px;
  font-weight:bold;
  color:#666;
  text-align:center;
  text-transform:uppercase;
/*  filter: dropshadow(color=#000000, offx=2, offy=2); */
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

span.menu-item a {
  color:#666!important;
}

span.menu-item a:hover {
	color: #20BF17!important;
}
span.menu-item a:active {
	color: #FFD100!important;
}