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

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

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

.treeview li {
	font-size: 12px;
	/*background: url(list2.gif) no-repeat left center;*/
	list-style-type: none;
	padding-left: 14px;
	margin-bottom: 2px;
}

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

.treeview li a:hover,{
	color: #669999;
	text-decoration: none;
}


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

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

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

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

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

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

a.explink:hover {
	color: #FFF;
	text-decoration: underline;
}

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


