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;	
	font-family: arial;
	text-align:left;	
	}

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 */

.linklight { font-family: arial; font-size: 7.5pt; font-weight: normal;}
