a {
outline:none;
}

div.menutree {
border:solid 0px black;
}

div.menutree UL {
font-size:100%;
padding:0;
margin:0;
}

div.menutree UL.parent_list {
display:none;
}

div.menutree UL LI {
list-style:none;
padding:0;
white-space:nowrap;
line-height:25px;
border-bottom:1px solid #E9E9E9;
}

div.menutree UL LI A {
display:block;
}

div.menutree UL LI A:hover{
display:block;
text-decoration:underline;
}

div.menutree UL LI.parent A {
text-decoration:none;
padding:0px;
}

div.menutree UL LI.parent A:hover {
text-decoration:underline;
}

div.menutree UL LI.child {
text-decoration:none;
padding:0 0 0 20px;
border-top:1px solid #E9E9E9;
border-bottom:none;
}

div.menutree UL LI.child A {
text-decoration:none;
padding:0;
}

div.menutree UL LI.child A:hover {
text-decoration:underline;
}



