/*
================================================================================================================================
MENU TOPO - MENEZES
================================================================================================================================
*/
#menu_0 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	
}

/*
MENU	text-transform: uppercase;	font-weight: bold;
*/
#menu_0 .item1,
#menu_0 .item1:hover,
#menu_0 .item1-active {
	line-height:25px;	
    padding: 0px 10px;  
    display: block;
    position: relative;	
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}
#menu_0 .item1:hover,
#menu_0 .item1-active:hover { text-decoration:none; }

/*
CAIXA COM OS ÍTENS DO MENU
*/
#menu_0 .section {
	width:auto;
	margin-left:20px;
	background-color: #FFFFFF;
    border:1px solid #003366;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:5px;
}

/*
ÍTENS DO MENU
*/
#menu_0 .item2,
#menu_0 .item2:hover {
	width:auto;
	padding:3px;
	margin-bottom:3px;
	    
    display: block;
    white-space: nowrap;

	background-color: #E1E1E1;
    color: #666666;
	font-size: 10pt;
	text-decoration: none;
}

#menu_0 .item2:hover { text-decoration:underline; }
#menu_0 .left, #menu_0 .left:hover { border-style: solid none solid solid; }
#menu_0 .right, #menu_0 .right:hover { border-style: solid solid solid none; }

* html #menu_0, #menu_32 td { position: relative; } /* ie 5.0 fix */

/*
================================================================================================================================
MENU RODAPÉ
================================================================================================================================
*/
#menu_32 .item1 {
	font-size:9PT;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
#menu_32 .item1:hover,
#menu_32 .item1-active,
#menu_32 .item1-active:hover {
	font-size:9PT;
	font-weight:normal;
	color:#666;
	text-decoration:none;
}
