/************************************************************************/
/* Desenvolvido por Flex Soluções - Soluções em Web e Software          */
/* www.flexsolucoes.com.br										        */
/* contato@flexsolucoes.com.br											*/
/* (48)3632-3178												        */
/************************************************************************/

/* Menu
-------------------------------------------------------------------------- */
#mainmenu{padding-top:3px;}
#mainmenu ul {list-style:none;}
#mainmenu li{float:left;padding:0 8px;line-height:1;background:url("../png/menu/right.png") right top no-repeat;}
#mainmenu a, #mainmenu span {display:block;padding:7px 4px 9px 10px;text-decoration:none;font-size:14px;color:#444;background:url("../png/menu/left.png") left top no-repeat;color:#fff;}
#mainmenu span{cursor:default;}
#mainmenu li:hover, #mainmenu li.active, #mainmenu li.trail {background:url("../png/menu/right-h.png") right top no-repeat;}
#mainmenu li:hover a, #mainmenu li:hover span, #mainmenu li.active span, #mainmenu li.trail span {background:url("../png/menu/left-h.png") left top no-repeat;color:#fff;}

#mainmenu li.home{width:42px;height:30px;overflow:hidden;margin-right:3px;margin-left:10px;background:none;}
#mainmenu a.home, #mainmenu span.home{background:url("../png/menu/home.png") left bottom no-repeat !important;text-indent:-999em;}
#mainmenu a.home:hover,#mainmenu span.home{background-position:left top !important;}

#submenu a, #submenu span {display:block;padding-top:6px;padding-bottom:6px;border-bottom:1px dotted #bbb;text-decoration:none;}
#submenu a:hover {text-decoration:underline;}
