a{
    outline: none;
}
div.menuTree{
    width: 200px;
		margin:0 auto;
}
div.menuTree UL{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	display:none;
}
div.menuTree UL LI{
	list-style: none;
	padding:0px 0px;
	margin: 0px;
	text-align:left;
}
div.menuTree UL LI.parent A{
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px;
	font-size:14px;
}
div.menuTree UL LI.parent A:hover{
    font-weight:bold;
    font-size: 14px;
		color:#fdcf7e;
    text-decoration:none;
}
div.menuTree UL LI.child A{
    color: #ffffff;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
		display:block;
		width:175px;
		
		background:#000000;
}
div.menuTree UL LI.child2 A{
    color: #ffffff;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
		display:block;
		width:175px;
		
		background:#000000;
}

#menu_tree {
	padding:0 0 40px 0;
	background: url(images/fogueira.gif) no-repeat left bottom;
}

#menu_tree ul li ul{
	padding:2px 0 0 25px;
	margin:0;
	clear:both;
}
#menu_tree ul li ul li a {
	width:145px;
	padding:0px 0 0 5px;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin:0;
	 color:#8b4513;
	background: url(images/botao2.jpg) no-repeat center;
}
#menu_tree ul li ul li a:hover {
	display:block;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#f5f5db;
	background: url(images/botao1.jpg) no-repeat center;
}

div.menuTree UL LI.child A:hover{
    font-weight:bold;
    font-size: 14px;
		text-decoration:none;
		
}
div.menuTree UL LI.parent{
}
div.menuTree UL LI.expanded{
  font-weight:bold;
}