section.main-content section{
   display: inline-block;
}

section.main-content section.menu-bar{
   vertical-align: top;
   width: 40%;
      
}
section.main-content section.info-left-selected {
      vertical-align: top;
      width: 58%;
      padding: 5px;      
}

section.main-content section.menu-bar section h3{
      background-color: blue;
      border-color: #2E6DA4;
      border-style: solid;
      border-width: 1px;
      color: #FFFFFF;
      font-size: 16px;
}

section.main-content section.menu-bar section article ul li a{
     background-color: #337AB7;
      border-color: #2E6DA4;
      border-style: solid;
      border-width: 1px;
      color: #FFFFFF;
      cursor: pointer;
      display: block;
      font-weight: normal;
      font-size: 16px;
      left: 0;
      height: 50px;
      vertical-align: middle;
      line-height: 32px;
      margin: 0px 0px 0px 0px;
      padding: 10px 10px 10px 10px;
      position: relative;
      text-decoration: none;
      top: 0;
}
section.main-content section.menu-bar section article ul li a.hover{
      background-color: #286090;
      border-color: #204D74;
      color: #FFFFFF;
      font-weight: normal;
      text-decoration: none;
}




section.main-content section.info-left-selected section h3{
     background-color: blue;
      border-color: #2E6DA4;
      border-style: solid;
      border-width: 1px;
      color: #FFFFFF;
      cursor: pointer;
      display: block;
      font-weight: normal;
      font-size: 16px;
}
