/* CSS Document */

ul li  {
	font: normal 11px arial;
	}

.table {
	display: block;
	text-decoration: none;
	background: #f9f9f9;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	*width: 150px;
	_width: 170px;
	color:#000000;
	font-weight: bold;	
	
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px; /* Largura dos Itens */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position:relative;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #333333; background: #f9f9f9; text-decoration: none; } /* Hover */
li ul a:hover { color: #FFFFFF; background: #000000; text-decoration: none;} /* Hover Sub Menu */

ul ul {
	position:absolute;
	display:none;
	left: 169px; /* Largura */
	top: 0;
}

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

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; } /* Mágica */

</style>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {font-size: 7.5pt; color:000C4B; font-family: arial;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.azulinklight { font-family: Arial; font-size: 8.5pt; color:#666666; font-weight: normal;}
.normal { font-family: Arial; font-size: 7.5pt; color:#000000; font-weight: normal; }
.linklight { font-family: Arial; font-size: 7.5pt; font-weight: normal;}

