/* CSS Document */
body {
	font-family: Arial;
	font-size: 12px;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 165px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	left: 0px;
	top: 0px;
	width: 164px;



	}

ul li a {
	display: block;
	text-decoration: none;
	color: #333333; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: #FFFFFF;
	}

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

ul li a:hover {
	color: #FFFFFF;
	background-color: #006699;
} /* Hover Styles */

ul ul {
	position:absolute;
	display:none;
	left: 180px; /* Set 1px less than menu width */
	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; } /* The magic */

.nome_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: block;
	padding: 3px;
	font-weight: bold;
}

.nome_azul:hover {
	color: #FFFFFF;
	background-color: #339966;
}
