/*---------------------*/
/* XCARTMODS Tree Menu */
/* www.xcartmods.co.uk */
/*---------------------*/

.treeview {
	margin: 0;
	padding: 2px 0 2px 6px;
}

.treeview ul {
	margin: 0;
	padding: 1px 0;
	background-color: #999;
	border-top: 1px none #fff;
	border-bottom: 1px dotted #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.treeview li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(list.gif) no-repeat left center;
	list-style-type: none;
	margin-bottom: 0;
	margin-right: 0px;
	border-bottom: 1px solid #ccc;
	padding-left: 8px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.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 li a:link, .treeview li a:visited, {
	color: #000000;
	text-decoration: none;
}

.treeview li a:hover,{
	color: #0000FF;
	text-decoration: none;
	background-color: #ccc;
}

.treeview u a:hover,{
	color: #0000FF;
	text-decoration: none;
	background-color: #ccc;
}

/* Hightlighted Category Link ------------------------ */

.treemenuhl {
	color: #900;
	font-weight: bold;
	background-color: #ccc;
}

/* 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: #808080;
	text-decoration: none;
}

a.explink:active  {
	color: #000000;
	text-decoration: none;
}


