#treemenu {
padding-left: 0px;
margin-left: 0px;
margin-top: 26px;
font-size: 105%;
border-top: 0px dashed #000000;
}

#treemenu a {
color: #337fa8;
text-decoration: none;
font-weight: bold;
}

#treemenu a:hover {
text-decoration: underline;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 5px 0 0 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(/imperia/md/images/service/sitemap/list.gif) no-repeat left top;
list-style-type: none;
padding-left: 20px;
margin-bottom: 3px;
padding-bottom: 2px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(/imperia/md/images/service/sitemap/open.png) no-repeat left 2px;
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;
}

#sitemenu {
text-align: center;
}

a.open {
background: url(/imperia/md/images/service/sitemap/open_all.png) no-repeat 0px 0px;
font-size: 105%;
font-weight: bold;
padding-left: 15px;
margin-left: 2px;
text-decoration: none;
}

a.close {
background: url(/imperia/md/images/service/sitemap/close_all.png) no-repeat 0px 0px;
font-size: 105%;
font-weight: bold;
padding-left: 15px;
margin-left: 2px;
text-decoration: none;
}

a.open:hover, a.close:hover {
text-decoration: underline;
}
