@charset "UTF-8";
/* CSS Document */
/* line 7, ../scss/estilo_menu_superior.scss */
ul#navigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0;
  top: 0px;
  left: 0px;
  width: 670px; }

/* line 17, ../scss/estilo_menu_superior.scss */
a,
a:link,
a:visited {
  text-decoration: none; }

/*p, p a { font: 14px "expletus sans", "myriad Pro", verdana, sans-serif; }*/
/*group=level 1*/
/* line 29, ../scss/estilo_menu_superior.scss */
ul#navigation li {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  position: relative; }

/* line 38, ../scss/estilo_menu_superior.scss */
ul#navigation li a {
  border: 0;
  display: block; }

/*/group*/
/*group=level 1 ids*/
/* line 54, ../scss/estilo_menu_superior.scss */
li#orientacoes a {
  width: 86px;
  height: 50px; }

/*/group*/
/*group=level 2*/
/* line 71, ../scss/estilo_menu_superior.scss */
#navigation li ul {
  box-sizing: border-box;
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0px;
  width: 300px;
  margin: 0;
  padding: 10px 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }

/* line 85, ../scss/estilo_menu_superior.scss */
#navigation li ul * {
  box-sizing: border-box; }

/* line 89, ../scss/estilo_menu_superior.scss */
#navigation li:hover ul {
  visibility: visible;
  z-index: 100; }

/* line 94, ../scss/estilo_menu_superior.scss */
#navigation li#orientacoes ul {
   /*margin-left: 550px;
*margin-left: 582px; /* Apenas IE7 e IE6 */ }

/* line 100, ../scss/estilo_menu_superior.scss */
* html #navigation li#orientacoes ul {
  margin-left: 300px; }

/* line 104, ../scss/estilo_menu_superior.scss */
#orientacoes ul:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  margin-left: 40px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff; }

/* line 119, ../scss/estilo_menu_superior.scss */
#orientacoes ul li {
  float: left;
  width: 100%;
  padding: 2px 10px;
  font-family: 'Quattrocento', serif;
  border-bottom: solid 2px #DDDDDD; }

/* line 128, ../scss/estilo_menu_superior.scss */
#orientacoes ul li:last-child {
  border-bottom: none; }

/* line 132, ../scss/estilo_menu_superior.scss */
#orientacoes ul li:hover {
  background-color: #1A294C;
  padding-left: 15px; }

/* line 137, ../scss/estilo_menu_superior.scss */
#orientacoes ul li:hover a {
  color: #ffffff; }

/* line 141, ../scss/estilo_menu_superior.scss */
#orientacoes ul li a {
  width: 100%;
  height: auto;
  padding: 9px 0 7px;
  padding-left: 5px;
  color: #333333;
  font-weight: 700; }

/* line 154, ../scss/estilo_menu_superior.scss */
#orientacoes ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 25px;
  height: 100%;
  background-image: url(../img/_arrow-left.svg);
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 6px;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear; }

/* line 170, ../scss/estilo_menu_superior.scss */
#orientacoes ul li:hover:before {
  left: 5px;
  opacity: 1; }

/* line 175, ../scss/estilo_menu_superior.scss */
#orientacoes ul li#relatorios,
#orientacoes ul li#projeto,
#orientacoes ul li#artigo {
  font-size: 0; }

/* line 181, ../scss/estilo_menu_superior.scss */
#orientacoes ul li a:before {
  font-size: 14px; }

/* line 184, ../scss/estilo_menu_superior.scss */
#orientacoes ul li#relatorios a:before {
  content: "Orientações para elaboração de relatórios"; }

/* line 188, ../scss/estilo_menu_superior.scss */
#orientacoes ul li#projeto a:before {
  content: "Orientações para elaboração de projeto"; }

/* line 192, ../scss/estilo_menu_superior.scss */
#orientacoes ul li#artigo a:before {
  content: "Modelo de elaboração de artigos"; }

/*#orientacoes ul li a:hover {
    border: solid 2px $darkBlue;
    //border-radius: 3px;
}*/
/*/group*/
/*group=level 2 ids*/
/*
ul#navigation li#orientacoes ul li#relatorios a:link,
ul#navigation li#orientacoes ul li#relatorios a:visited {
    width: 293px;
    height: 51px;
    background: url(../img/menu_orient_relatorios.png) no-repeat;
}

ul#navigation li#orientacoes ul li#relatorios a:hover {
    width: 293px;
    height: 51px;
    background: url(../img/menu_orient_relatorios_hover.png) no-repeat;
}

ul#navigation li#orientacoes ul li#pareceristas a:link,
ul#navigation li#orientacoes ul li#pareceristas a:visited {
    width: 293px;
    height: 29px;
    background: url(../img/menu_orient_formulario.jpg) no-repeat;
}

ul#navigation li#orientacoes ul li#pareceristas a:hover {
    width: 293px;
    height: 29px;
    background: url(../img/menu_orient_formulario_hover.jpg) no-repeat;
}

ul#navigation li#orientacoes ul li#projeto a:link,
ul#navigation li#orientacoes ul li#projeto a:visited {
    width: 293px;
    height: 29px;
    background: url(../img/menu_orient_projeto.png) no-repeat;
}

ul#navigation li#orientacoes ul li#projeto a:hover {
    width: 293px;
    height: 29px;
    background: url(../img/menu_orient_projeto_hover.png) no-repeat;
}

ul#navigation li#orientacoes ul li#artigo a:link,
ul#navigation li#orientacoes ul li#artigo a:visited {
    width: 293px;
    height: 29px;
    background: url(../img/menu_orient_artigo.png) no-repeat;
}

ul#navigation li#orientacoes ul li#artigo a:hover {
    width: 293px;
    height: 29px;
    background: url(../img/menu_orient_artigo_hover.png) no-repeat;
}

ul#navigation li#orientacoes ul li#resumo a:link,
ul#navigation li#orientacoes ul li#resumo a:visited {
    width: 293px;
    height: 40px;
    background: url(../img/menu_orient_resumo.png) no-repeat;
}

ul#navigation li#orientacoes ul li#resumo a:hover {
    width: 293px;
    height: 40px;
    background: url(../img/menu_orient_resumo_hover.png) no-repeat;
}
*/
/*/group*/
