body        
{        
	font:14pt arial;
	font-weight:normal;
	font-style:normal;
	background:#FAB534;
	color:#000000;
}

ul.tree-menu 
{
    font-size: 14px;
    line-height: 16px;
    font-family: arial;
    margin: 0;
    padding: 0 0 0 0px;
	background:#FAB534;
	color:#000000;
}
ul.tree-menu ul 
{
    margin: 0 0 0 20px;
    padding: 5px 0 0 0;
}
ul.tree-menu li 
{
    list-style-type: none;
    margin: 5px 0 0 0 20px;
    padding: 0;
}
ul.tree-menu li.section 
{
    background-image: url("../images/selector_a.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 1px;
    padding-bottom: 1px;
}
ul.tree-menu li.section-open
{
    background-image: url("../images/selector_b.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 1px;
    padding-bottom: 1px;
}
ul.tree-menu li.box 
{
    background-image: url("../images/selector_a.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 1px;
    padding-bottom: 1px;
}
ul.tree-menu a 
{
    margin-left: 20px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
ul.tree-menu a:hover, a:active
{
    margin-left: 0px;
    padding-left:20px;
    color: #000000;
    text-decoration: underline;
    white-space: nowrap;
    background-image: url("../images/selector_b.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 1px;
    padding-bottom: 1px;
}

a.img-item
{
    margin-left: 0px;
    padding-left:20px;
    color: #000000;
    text-decoration: underline;
    white-space: nowrap;    
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 1px;
    padding-bottom: 1px;
}
