#menu{
  width: 100%;
  height: 45px;
}

#fundo_menu{
  position: absolute;
  width: 100%;
  height: 45px;
  left: 0px;
  border-bottom: 4px solid #1878be;
  background: #f5f5f5;
  z-index: 0;
}

#content_menu{
  position: absolute;
  width: 1227px;
  height: 45px;
  left: 50%;
  margin: 0px 0px 0px -613px;
  padding: 0px;
  border-left: 1px solid #e1e1e1;
  z-index:101;
}

#link_menu{
  float: left;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 16px 24px 13px 24px;
  text-align: center;
  cursor: hand;
  cursor: pointer;
  border-right: 1px solid #e1e1e1;
}
#link_menu:hover{
  border-top: 3px solid #666;
  color: #fff;
  background: #46a3e6;
}

.submenu{
  position: absolute;
  display: table;
  width: 300px;
  text-align: left;
  background: #46a3e6;
  margin: 29px 0px 0px -24px;
  border-bottom: 4px solid #1878be;
  visibility: hidden;
  z-index: 1;
}
.submenu2{
  position: absolute;
  display: table;
  width: 300px;
  text-align: left;
  background: #46a3e6;
  margin: 29px 0px 0px -170px;
  border-bottom: 4px solid #1878be;
  visibility: hidden;
  z-index: 1;
}

#link_submenu{
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 8px 15px 8px 15px;
  border-bottom: 1px solid #fff;
}
#link_submenu:hover{
  background: #1878be;
}

#seta_submenu{
  position: absolute;
  margin: 0px 0px 0px 260px;
  z-index: 2;
}

.subsubmenu{
  position: absolute;
  display: table;
  width: 300px;
  background: #1878be;
  margin: -9px 0px 0px 285px;
  border-top: 1px solid #fff;
  border-bottom: 4px solid #46a3e6;
  visibility: hidden;
  z-index: 2;
}

.subsubmenu2{
  position: absolute;
  display: table;
  width: 300px;
  background: #1878be;
  margin: -9px 0px 0px -315px;
  border-top: 1px solid #fff;
  border-bottom: 4px solid #46a3e6;
  visibility: hidden;
  z-index: 2;
}

#link_subsubmenu{
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 8px 15px 8px 15px;
  border-bottom: 1px solid #fff;
}
#link_subsubmenu:hover{
  background: #46a3e6;
}
