/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

#top-menu {
  background: #222222;
}

#header {
  background-color: #333333;
}

#main-menu li a:hover {
  background: #666666;
}

