﻿/* Folha de estilos:
Autor: Mauricio Samy Silva
Data:  2006-08-29
Rev-1: 2006-08-29
Rev-2: 2007-02-26
Alterar em includes: meta - doctype - footer
*/
/* =GERAL */
		/* links falsos do menu principal */

/* =MENU */
.titulo-site {position:absolute;z-index:900; font-family:Tahoma; font-size:30px; font-style:normal; color:rgb(0,0,0);margin-left:50px; margin-top:30px;}

ul.invisivel {display:none;} /* jquery no menu */
#menu {
	background:#fff;
	font-size:0.9em;
	margin:1em 0 1em 1em;
	padding:0;
	}
#menu h3 { cursor:pointer;} 
#menu h3.link-titulo {
	height:2em;
	line-height:2em;
	font-size:1.25em;
	font-weight:bold;
	padding-left:6px;
	margin:1px 0;
	background: #E0E0E0 url('http://i79.photobucket.com/albums/j152/maujor/site/plus.gif') 98% 50% no-repeat;
	border-left: 5px solid #BFBFBF;
	color: #000;
}	
#menu  h3.corrente { 
	background:#C0C0C0 url('http://i79.photobucket.com/albums/j152/maujor/site/minus.gif') 98% 50% no-repeat;
	}	
#menu li a.link-unico {
	background:#fff;
	border-bottom: 1px solid #ccc;
	}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;           
	}
#menu li a,  #menu li a:link {
	background: #FEFEFE url('http://i79.photobucket.com/albums/j152/maujor/site/bg-seta.gif') no-repeat right;
	border-left: 5px solid #B0B0B0;
	color: #000;
	text-decoration: none;
	margin-bottom:1px;
	padding: 3px;
	display: block;
	}
#menu li a:hover {
	background: #E0E0E0 url('http://i79.photobucket.com/albums/j152/maujor/site/bg-seta.gif') no-repeat right;
	color: #000000;
	border-left: 5px solid #ccc;
	}