.treeview { /*CSS for Simple Tree Menu*/
	padding: 0;
	margin: 0px;
	margin-top: 5px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left: 14px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-size: 14px;
	background: transparent url(list.gif) left 5px no-repeat;
	padding-bottom: 7px;
	font-weight: bold;
}

.treeview li a.VertMenuItems:link,
.treeview li a.VertMenuItems:visited,
.treeview li a.VertMenuItems:active,
.treeview li a.VertMenuItems:hover {
	text-decoration: none;
	color: #999999;
}
.treeview li a.VertMenuItems:hover {
	color: #ffffff;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	cursor: pointer!important;
	cursor: pointer !important;	
	background: transparent url(list.gif) left 5px no-repeat;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	margin: 2px 0;
	padding-left: 10px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 1px;
	padding-left: 9px;
	background: transparent url(list2.gif) left 6px no-repeat;
}
.treeview li a.VertSubMenuItems:link,
.treeview li a.VertSubMenuItems:visited,
.treeview li a.VertSubMenuItems:active,
.treeview li a.VertSubMenuItems:hover {
	text-decoration: none;
	color: #999999;
}
.treeview li a.VertSubMenuItems:hover {
	color: #ffffff;
}
.treemenuhl { /*Style for current category*/
font-weight: bold;
color: #FF0000;
}
.exp-col-links {
color:#999999;
font-size:10px;
text-align:left;
padding-left: 14px;
}
