
.header_expand {
    font-weight: normal; 
}
.treeview, .treeview ul{ /*CSS for Simple Tree Menu*/
	font-family: "Lucida Grande",Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.treeview li.a{ /*CSS for Simple Tree Menu*/
	font-family: "Lucida Grande",Verdana, Arial, sans-serif;
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
    list-style-type: none;
    padding: 4px 10px 4px 25px;
    margin-left: 0px;
    margin-bottom: 3px;        
    font-weight: bold; font-size: 9pt; color: #222;
    /*border-bottom: 1px solid #cde99f;*/
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
    background: url('http://www.eipa.eu/files/site/cms/plus.png') no-repeat 3px 4px;
    margin-left: 0px;
    cursor: hand !important;
    cursor: pointer !important;
    /*border-bottom: 1px solid #cde99f;*/
}

.treeviewNormal {
    background: url('http://www.eipa.eu/files/site/cms/plus.png') no-repeat 3px 4px;
/*    background-color: #fefefe;*/
    /*border-bottom: 1px solid #cde99f;*/
    cursor: hand !important;
    cursor: pointer !important;
}
.treeviewHighlight {
    background: url('http://www.eipa.eu/files/site/cms/minus.png') no-repeat 3px 4px;
    /*background-color: #ddffdd;*/
    /*border-left: 1px solid #cde99f; 
    border-bottom: 1px solid #f68263;*/
    cursor: hand !important;
    cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
    display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
    cursor: default;
}