body {
	text-decoration: none;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 2px solid #5EA24A;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;

	text-align:left
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color:#c44c04;
	background: #e3ffff; /* IE6 Bug */
	padding: 5px;
	border: 2px solid #5EA24A;
	border-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;


	text-align:left
	font-size: 11px;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
	font-size: 12px;
	}

/* 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: #ffffff; background: #365E2B; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */


#AaZ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background-color: #E2E2E2;
	background-repeat: no-repeat;
	width: 147px;
	height: 20px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	display: inline;
	list-style-position: outside;
}
.menu_esq_int {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3E6A31;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

