/* Start of CMSMS style sheet 'cloutier-bottom-menu' */
#bottom-nav{
                 
                  background-color:#e2e2e2;
                  color:#000;
                  height:35px;
                  padding-top:5px;
                  clear: both;
                  border-top: 2px solid #aa9039;
                  }


      #bottom-nav a {
                     color:black;
                     font-weight:bold;
                     text-decoration:none;
                     margin-left: 37px;
                     }

      .menuactive {/** currently selected menu item **/
                     color:maroon;
                     }


      #bottom-nav a:hover{
                          color:#a98f38;
                          text-decoration:underline;
                          }

      .bottom-nav{
                  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
                  margin-left:30px;
                  }

/* End of 'cloutier-bottom-menu' */

