/*=====================*/
/* XCARTMODS Tree Menu */
/* www.xcartmods.co.uk */
/*=====================*/

.treeview {
	margin: 0;
	padding: 0;
}

.treeview ul {
	margin: 0;
	padding: 0;
}

.treeview li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: normal;
	background: url(list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 14px;
	margin-bottom: 2px;
}

.treeview li.submenu {
	background: url(closed.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 a {
        color: #ffffff;
        font-weight: normal;
}
.treeview li a:link, .treeview li a:visited, {
	color: #ffffff;
	text-decoration: none;
}

.treeview li a:hover,{
	color: #ffffff;
	text-decoration: underline;
}

/* Hightlighted Category Link ------------------------ */

.treemenuhl {
	color: #ffffff;
	font-weight: bold;
}

/* Expand/Collapse Links ------------------------ */

.explink {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.explink:link {
	color: #ffffff;
	text-decoration: none;
}

a.explink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.explink:hover {
	color: #ffffff;
	text-decoration: none;
}

a.explink:active  {
	color: #ffffff;
	text-decoration: none;
}


