@charset "utf-8";

#menu {
	width: 610px;
	height: 25px;
	margin-left: 30px;
	padding-top: 178px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 2px;
	float: left;
}

#menu ul li {
	height: 20px;
	float: left;
	text-align: center;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	color: #538DC5;
}

#menu a   {
	color: #538DC5;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#menu a:hover {
	color: #5FA108;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 100px;
	background-image: url(../imagens/fundo_submenu.jpg);
	background-repeat:no-repeat;
	height: 105px;
	left: -4px;
	top: 17px;
}

#menu ul ul ul {
	position: absolute;
	top: 2px;
	left: 100px;
	height: 78px;
	width: 70px;
}

#menu ul li ul li {
	height: 19px;
	width: 98px;
	padding-top: 7px;
	text-align: justify;
	border-bottom: 1px solid #D7ECFA;
}

#menu ul li ul li ul li {
	height: 19px;
	width: 68px;
	padding-top: 7px;
	text-align: center;
	border-bottom: 1px solid #D7ECFA;
}

div#menu ul ul {
	display: none;

}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#fundo {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../imagens/sebrae_superacao.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 23px;
	color: #538DC5;
}
body {
	margin: 0px;
}

#fundo1 {
	background-color: #FFF;
	width: 750px;
	border: 1px solid #D7ECFA;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 7px;
}
#fundo2 {
	background-color: #dfeef3;
	margin-right: auto;
	margin-left: auto;
	width: 736px;
	margin-top: 7px;
}
#fundo #fundo1 #fundo2 #cabecalho {
	height: 204px;
	width: 736px;
	background-image: url(../imagens/cabecalho.jpg);
}
#fundo #fundo1 #fundo2 #rodape {
	background-image: url(../imagens/fundo_rodape.jpg);
	background-repeat: repeat-x;
	height: 96px;
	width: 736px;
}
#fundo #fundo1 #fundo2 #conteudo {
	width: 694px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 22px;
	margin-left: 22px;
	font-size: 11px;
	text-align: justify;
	background-image: url(../imagens/logo_superacao.png);
	background-repeat: repeat;
	background-position: center center;
}
#fundo #fundo1 #fundo2 #conteudo #frase {
	text-align: right;
	font-style: italic;
	width: 694px;
	clear: both;
	line-height: 16px;
}

#fundo #fundo1 #fundo2 #rodape #rodape_dir {
	background-image: url(../imagens/logo_sebrae.png);
	width: 179px;
	height: 54px;
	float: right;
	margin-right: 22px;
	margin-top: 21px;
}
#fundo #fundo1 #fundo2 #rodape #rodape_esq {
	width: 510px;
	float: left;
	height: 60px;
	margin-top: 26px;
	font-size: 10px;
	color: #FFF;
	padding-left: 20px;
}
#fundo #fundo1 #fundo2 #rodape #rodape_esq ul {
	list-style-image: url(../imagens/ponto.png);
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#fundo #fundo1 #fundo2 #rodape #rodape_esq ul a {
	text-decoration: none;
	color: #FFF;
}

#fundo #fundo1 #fundo2 #rodape #rodape_esq ul a:hover {
	text-decoration: none;
	color: #039;
}

#fundo #fundo1 #fundo2 #conteudo #frase a {
	text-decoration: none;
	color: #538DC5;

}
#fundo #fundo1 #fundo2 #conteudo #frase a:hover {
	color: #039;
}

