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

/* add a logo in the header */
#header {
    background: #f9a71a url(../images/logo.png) no-repeat left top;
    padding-left: 86px;
    height: 105px; 
    border-bottom: 2px solid #000;
}

#header h1 {
 display:none;
}

#top-menu {
  background: #202020;
}

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