/***********************************************************/
/* Menu das Categorias */
/***********************************************************/

#menu                           {height:35px; background:url("/img/bg_menu.png") repeat-x; padding-left:18px;}

#menu li                        {list-style-type:none; float:left; height:28px; margin-top:4px; padding:0;}
#menu li a                      {display: block; float:left; font-size: 14px; font-weight:bold !important; color:#333; padding:0 15px 0 15px; height:28px; line-height:28px; text-decoration: none; text-transform:uppercase; }

#menu li.current                {background:#BFDFFF url("/img/menu_left.gif") left top no-repeat;}
#menu li.current a              {color:#5989C6; text-decoration: none; background:url("/img/menu_right.gif") right bottom no-repeat; cursor:default;}

#menu li:hover                  {background:#BFDFFF url("/img/menu_left.gif") left top no-repeat;}
#menu li a:hover                {color:#5989C6; background:url("/img/menu_right.gif") right bottom no-repeat;}

