
ul.treeview { /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
/*background: url(/help.neu/media/connect.gif) repeat-y left center;*/
font-size: 15px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*
background: url(/help.neu/media/list.gif) no-repeat left center;
list-style-type: none;*/
background: url(../../media/connect.gif) repeat-y left center;
list-style-image: url(../../media/list.gif);
list-style-position: inside;
font-size: 15px;

padding-left: 19px;
margin-bottom: -3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*
background: url(/help.neu/media/closed.gif) no-repeat left 1px;
*/
background: url(../../media/connect.gif) repeat-y left center;
list-style-image: url(../../media/closed.gif);
list-style-position: inside;
cursor: hand !important;
cursor: pointer !important;
margin-top: -7px;
margin-bottom: -3px;
color: #AAFFAA;
font-size: 15px;
/*
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
*/
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin: 0px;
padding: 0px;
font-size: 15px;
/*
background-color: #FFFFFF;
*/
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-bottom: -3x;
margin-top: -3px;
font-size: 15px;
/*
*/
}

.treeview a, .treeview a:visited, .treeview a:active 
{
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}

.treeview a:hover
{
	color: #FFF;
	text-decoration: underline;
	font-size: 15px;
}
