@import url(../../../stylesheets/application.css);

/* add a logo in the header */
#header {
    background: #d5d5d5  url(../images/logo.png) no-repeat 2px;
    background-size: 97px 112px;
    padding-left: 120px;
    padding-top:30px;
    color: black;
/*    font-weight: bold;*/
/*    font-stretch: normal;*/
}

/* move the project menu to the right */

/* Menu */
#main-menu li a { background-color: #2F711C; font-weight: bold;}
#main-menu li a:hover { background: #658722;text-color: rgb(101, 135, 34); text-decoration: underline; }
#main-menu li a.selected, #main-menu li a.selected:hover { background-color:#FFFFFF; }


#main-menu { 
    left:110px;
}

#top-menu{
   background-color: #2F711C;
/*   background-color: #99cc33;*/
}

#header a{
 color: black;
}
