.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 15px;
margin-bottom: 3px;
margin-left: -5px;
font-size:11px;
}

.treeview li.location{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/list-location.gif) no-repeat left center;
list-style-type: none;
padding-left: 15px;
margin-bottom: 3px;
margin-left: -5px;
font-size:11px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(images/closed.gif) no-repeat left 1px;
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;
}
#portalmenu ul{
padding:3px;
margin:5px;}

.treeview a:link{
color:#000000;
text-decoration:none;
}
.treeview a:visited{
color:#000000;
text-decoration:none;
}
.treeview a:hover{
color:#000000;
text-decoration:none;
}
.treeview a:active{
color:#000000;
text-decoration:none;
}.standardbullets {
	list-style-type: disc;
	display: list-item;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 5px;
}
.standardbullets_with_second {
	list-style-type: disc;
	display: list-item;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 5px;
}
.secondbullets {
	list-style-type: disc;
	display: list-item;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-left: 5px;
}

