a
{
    outline: none;
}
div.menuTree
{
	padding: 10px;
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
    white-space: nowrap;
    line-height: 20px;
}
div.menuTree UL LI.parent A, LI.child A
{
	font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.parent A:hover
{
    color: #FF0540;
}
div.menuTree UL LI.child A:hover
{
    color: #FF0540;
}
div.menuTree UL LI.parent, LI.child
{
	color: #fff;
    background: url(../images/strzalka.png) left top no-repeat;
}
div.menuTree UL LI.expanded
{
    background: url(../images/strzalka.png) left top no-repeat;
}

div.menuTree UL LI.expanded A
{
    color: #FF0540;
}

div.menuTree UL LI.collapsed A
{
    color: #fff;
}
