/*=====================*/
/* 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: 13px;
/*	background: url(list.gif) no-repeat left center; */
	list-style-type: none;
	padding-left: 0px;
	margin: 2px 0;
}
.treeview li.submenu {
	background: url(closed.gif) no-repeat left 3px;
	cursor: hand !important;
	cursor: pointer !important;
	font-size: 13px;
	margin-bottom: 20px;
}
.treeview li.submenu ul {
}
.treeview .submenu ul li {
	cursor: default;
}
/* Category Links ------------------------ */
.treeview li a:link, .treeview li a:visited  {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
.treeview li a:hover {
	color: #ff0600;
	text-decoration: none;
}
/* Hightlighted Category Link ------------------------ */
.treemenuhl {
	color: #000;
	font-weight: bold;
                font-size: 13px;
}
/* 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: #ff0600;
	text-decoration: none;
}
a.explink:active  {
	color: #000000;
	text-decoration: none;
}

