/*=====================*/
/* XCARTMODS Tree Menu */
/* www.xcartmods.co.uk */
/*=====================*/

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

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

.treeview li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(list.gif) no-repeat left center;
	list-style-type: none;
	color: #000;
}

.treeview li.submenu {
	background: url(closed.gif) no-repeat left 1px;
	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: #000000;
	text-decoration: none;
}

.treeview li a:hover {
	color: #556f9d;
	text-decoration: none;
}

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

.treemenuhl {
	color: #000000;
	font-weight: bold;
}

.treemenuh2 {
	color: #556f9d;
	text-decoration: none;
}

.treemenuh2:hover {
	text-decoration: underline;
}
/* Expand/Collapse Links ------------------------ */

.explink {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.explink:link {
	color: #000000;
	text-decoration: none;
}

a.explink:visited {
	color: #000000;
	text-decoration: none;
}

a.explink:hover {
	color: #000000;
	text-decoration: none;
}

a.explink:active  {
	color: #000000;
	text-decoration: none;
}



