/* formatando titulos */
h1 {
	color:#3300ff;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:35px;
}

span:visited{ text-decoration:none; color:#293d6b; }
span:hover{ text-decoration:underline; color:#293d6b; }
span {color:#293d6b; cursor: pointer}

a:hover {background-color:#FF704D;}   /* mouse over link */
a:active {background-color:#FF704D;}  /* selected link */
a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */

body {
	background: #F3F3F3;

	text-align:center;
	margin:0; 
	padding:0; 
	font: 85% Arial, Helvetica, sans-serif; 
	color:#800000;
}
/*--------------------------------------
	Diagrama principal do site todo
----------------------------------------*/

#tudo {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	color: #660000;
	box-shadow: 10px 10px 5px #000;
} 

#topo {
	height:100px;
/*	background-image: url("sihusa.jpg");
*/	background:#2a7d00; 
	color:#fff;
	line-height:160px; 
}
#secundaria {
	width: 140px;
	float: left;
	background: #0000;
	text-align: left;
}
#principal {
	width:760px;
	float:left;
	background:#fff6d1;
}
#apresenta {
	width:800px;
	height:200px;
	float:left;
	background:#fff6d1;
}
#rodape {
	background:#2a7d00; 
	color:#fff; 
	clear:both;
}
/*--------------------
	estudo
---------------------------*/
table.bordasimples {
	border-collapse: collapse;
	font-size:14px;
}
table.bordasimples tr td {
	border:1px solid #000000;
}
table.bordasimples th {
	border:1px solid #000000;
}
table.semborda {
	border-collapse: collapse;
	font-size:8px;
}
table.semborda tr td {
	border:0px;
}
/*-------------------------
	Menu ativo
---------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 140px;
	top: 0;
	display: none;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #FF;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	border-bottom: 1px solid #ccc;
}

li:hover ul ul, li.over ul ul {
	display:none;
}
 
li:hover ul, li li:hover ul, li.over ul,
li li.over ul {
	display: block;
} /* Aqui a magica */
