@charset "utf-8";

/* CSS Document */



.Menu ul{ /*CSS for Simple Tree Menu*/

margin: 0;

padding: 0;

font-weight:bold;
}



.Menu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/

background: white;

list-style-type: none;

padding: 0px 10px 0px 0px;

/*line-height:180%;*/



font-weight:bold;

}



.Menu li.submenu{ /* Style for LI that contains sub lists (other ULs). */

background: white url(closed.gif) no-repeat left 1px;

cursor: hand !important;

cursor: pointer !important;

/*line-height:180%;*/

font-size:8pt;

font-weight:bold;

}





.Menu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */

display: none; /*Hide them by default. Don't delete. */

padding: 0px 10px 0px 0px;

font-weight:normal;

}



.Menu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */

cursor: default;

padding: 0px 0px 0px 20px;

font-weight:normal;



}



#Menu{

	padding:0;

	margin:0px;

}





/*links menu*/

a.aMenu{

	/*font-weight:300;*/

	color: black;

	display:block;

	padding:5px;

	/*text-indent:5px;*/

	font-size:8pt;



}

a.aMenu:link{

	text-decoration:none;

}

a.aMenu:visited{

	text-decoration:none;

    color:black;

}

a.aMenu:hover{

	color:white;

	background-color: rgb(33,87,44);

}

a.aMenu:active{

	color:rgb(234,169,74);

	text-decoration:none;

}



/*links expansão*/

a.aExpand{

	padding: 0px 0px 0px 10px;

	font-size:8pt;

	color: rgb(50%,50%,50%);



}

a.aExpand:link{

	text-decoration:none;

}

a.aExpand:visited{

	text-decoration:none;

}

a.aExpand:hover{

	color: rgb(33,87,44);

}

a.aExpand:active{

	color: #008B8B;

	text-decoration:none;

}