/* CSS for Simple Tree Menu */
.treeview ul
{ 
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: verdana;
}

/* Style for LI elements in general (excludes an LI that contains sub lists) */
.treeview li
{ 
	background: white url(../images/list.gif) no-repeat left 4px;
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 1px;
}

/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu
{ 
	background: white url(../images/closed.gif) no-repeat left 3px;
	cursor: hand !important;
	cursor: pointer !important;
}

/* Style for ULs that are children of LIs (submenu) */
.treeview li.submenu ul
{ 
	display: none;
}

/* Style for LIs of ULs that are children of LIs (submenu) */
.treeview .submenu ul li
{ 
	cursor: default;
}

.menu_normal
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana;
}

.menu_mouse_over
{
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
	font-family: verdana;
}

.menu_selected
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
}
