a
{
    outline: none;
}
div.menuTree
{
    width: 165px;
    border: none 1px black;
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;    
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    line-height: 24px;
    background-color:#0f4023;
    width:100%;    
}
div.menuTree UL LI.parent A
{
	font-weight: bold;
    color: #edad03;
    text-decoration: none;
    padding: 0px 2px;
    line-height:24px;
    background-color:#0f4023;
    width:100%;
}
div.menuTree UL LI.parent A:hover
{

}
div.menuTree UL LI.child A
{
	font-weight:normal;
	background-color:#215b33;
    color: #aedc9b;
    text-decoration: none;
    padding: 0px 2px;
    line-height:24px;
    width: 165px;
    display:block;
}
div.menuTree UL LI.childAlternate A
{
	font-weight:normal;
	background-color:#207645;
    color: #aedc9b;
    text-decoration: none;
    padding: 0px 2px;
    line-height:24px;
    width: 165px;
    display:block;
}
div.menuTree UL LI.childLeague
{
	font-weight:bold;
	background-color:#0f4023;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 2px;
    line-height:24px;
    width: 165px;
    display:block;
}
div.menuTree UL LI.child A:hover
{    
    
}

div.menuTree UL LI.parent
{
    background: url('http://www.sarugby.co.za/images/collapsed_image.gif') left top no-repeat;
    background-color:#0f4023;
    padding-left:11px;
}
div.menuTree UL LI.expanded
{
    background: url('http://www.sarugby.co.za/images/expended_image.gif') left top no-repeat;
    background-color:#0f4023;
    padding-left:11px;
}