﻿a
{
    outline: none;
	font-size:11px
}
div.menuTree
{
    width: 130px;
	padding-left:5px
}
div.menuTree a{font-weight:bold}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    padding-left: 17px;
    margin: 0px;
    white-space: nowrap;
    line-height: 20px;
}

div.menuTree UL LI.parent UL LI UL LI {
	
	white-space:normal; word-break:break-all;overflow:hidden;
	width:90px;
	padding-left: 0px;
	}
div.menuTree UL LI.parent
{
    background: url(images/collapsed_image.gif) left top no-repeat;
}
div.menuTree UL LI.expanded
{
    background: url(images/expended_image.gif) left top no-repeat;
}

