.treeview {
	margin: 0 !important;
	padding: 0 !important;
}

.treeview ul {
	margin: 0 !important;
	padding: 0 !important;
}

.treeview li {
	font-family: Arial,Helvetica,Verdana,Sans-serif;
	font-size: 12px;
	background: url(bullet.gif) no-repeat 2px 11px !important;
	list-style-type: none !important;
	padding-left: 14px;
	/*margin-bottom: 2px;*/
}

.treeview li.submenu {
	background: url(closed.gif) no-repeat 2px 12px !important;
	padding-left: 16px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul {
	display: none;
}

.treeview .submenu ul li {
	cursor: default;
}

/* Category Links ------------------------ */

.treeview li a:link, .treeview li a:visited {
	color: #002859 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.treeview li a:hover{
	color: #2698af !important;
	text-decoration: none !important;
}

/* Hightlighted Category Link ------------------------ */

.treemenuhl a:link, .treeview li a:visited {
	color: #002859;
	font-weight: normal;
	text-decoration: none;
	
}

.treemenuhl a:hover {
	color: #2698af;
	font-weight: normal;
	text-decoration: none;
	
}

/* Expand/Collapse Links ------------------------ */

#exspace {
	padding-left: 3px;
	color: #002859 !important;
}

.explink {
	color: #002859 !important;
	font-weight: normal;
	text-decoration: none;
}

a.explink:link {
	color: #002859 !important;
	text-decoration: none;
}

a.explink:visited {
	color: #002859 !important;
	text-decoration: none;
}

a.explink:hover {
	color: #2698af !important;
	text-decoration: none;
}

a.explink:active {
	color: #2698af !important;
	text-decoration: none;
}
