/* ---------------------------------------------------------------------------------------------- */
/* estrutura principal */

div#navigator { display: block; width: 100%; padding: 10px 0; border-top: 1px solid #5b5b5c; border-bottom: 1px solid #5b5b5c; margin: 0 0 30px 0; text-align: left; }


/* ---------------------------------------------------------------------------------------------- */
/* links */

div#navigator a { display: inline-block; position: relative; font-size: 14px; margin: 0 0 0 15px; line-height: 25px; color: #5b5b5c; text-decoration: none; }
div#navigator a:hover { background: transparent url(../src/img/categoriesHover.png) no-repeat; background-size: 100% 100%; }


/* ---------------------------------------------------------------------------------------------- */