#foldheader {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 8pt;
    color: black;
    cursor: pointer;
    font-weight: bold ;
	 list-style: none;
    list-style-image: none;
    margin-left: 0px;
    text-align: left;
}

LI.treemenu {
    font-family: thaoma, arial, helvetica, verdana;
    font-size: 8pt;
    font-weight: normal;
    color: black;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-top: 0px;
    text-align: left;
	 list-style: none;
    list-style-image: none;
}

.selected_menu {
    margin-top: 0px;
    padding-top: 0px;
    font-family: thaoma, arial, helvetica, verdana;
    font-size: 8pt;
    color: black;
	 list-style: none;
    list-style-image: none;
    text-align: left;
}

UL.treemenu {
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    color: black;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
	 list-style: none;
    list-style-image: none;
}

#foldinglist{
    cursor: pointer;
	 list-style: none;
    list-style-image: none;
    margin-left: 0px;
    color: black;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}

.my_A {
    text-decoration: none;
    color: #E5642B;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: right;
	 padding-right: 15px;
}

.my_A:Hover {
    text-decoration: none;
    color: #E5642B;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: right;
	 padding-right: 15px;
}

.selected_menu .my_A, .selected_menu .my_A:Hover 
   {
   color: #E5642B;
   width: 100%;
   text-align: right;
   font-weight: bold;
	padding-right: 15px;
	background-image: url(../images/wpe-selected-menu-arrow.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}

