.menubutton {


}
.treeview {
	padding: 2px;
	margin-bottom: 2px;
	border-right: 1px solid #aaa;
    white-space: nowrap;
    overflow: auto;
    width: 300px;
    height: 560px;  

}

.treeview_map {
        padding: 2px;
        margin-bottom: 2px;
        border-right: 1px solid #aaa;
    	white-space: nowrap;
}
 

ul.menu {
        margin: 0;
        padding: 0px 4px 0px 1.5em;
        margin: 0px;
        list-style: none;
}
ul.vertline {
        background: url(images/vertline.gif) repeat-y 3px;
}

#first {
        padding-left: 0px;
}

a img {
        border: none;
}

li img {
        margin: 0px 3px 0px 3px;
        vertical-align: middle;
        display: inline;
}

li .text {
        vertical-align: middle;
}

li {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.collapsed {
        display: none;
}


.treeview a {
        text-decoration: none;
        color: inherit;
}

.treeview a:visited {
        text-decoration: none;
        color: inherit;
}
.treeview a:current {
        text-decoration: none;
        color: inherit;
}

.treeview a:hover {
        text-decoration: underline;
        color: blue;
}


.treeview_map a {
        text-decoration: none;
        color: inherit;
}

.treeview_map a:visited {
        text-decoration: none;
        color: inherit;
}
.treeview_map a:current {
        text-decoration: none;
        color: inherit;
}

.treeview_map a:hover {
        text-decoration: underline;
        color: blue;
}

.gray_map {
	font-family:arial;
	font-size:11px;
	font-color:#4c4c4;
}

