body {
	margin:0px;
	}
	
	
a {
	color: Blue;
	font-weight: normal;
	}
	
a:hover {
	color: Blue;
	}

/* ID Styles */

#navigation td {

	border-bottom: 2px solid White;
   text-align: left;
	}
	
#navigation a {    
	font: 12px verdana;
	color: #16175C;
	line-height:18px;
	text-decoration: none;
   
	padding:6px 6px 6px 12px;
	background: url("mm_arrow.gif") 2px 50% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff;
	color: #FF8C00;
	}

	
.TituloMenu{
	background:#003399;
	color: Aqua;
	font: bold;
	text-align: center;
	}

.TituloItemMenu{
	background:#003399;
	color: White;
	font: bold;
	text-align: center;
	}
	
.EspacoMenu{
	background: White;
	height: 12px;
	}	










