/*=====================*/
/* 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;
font-weight: bold;
background: url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 12px;
margin-bottom: 2px;
}

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

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

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

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

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

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

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

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

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

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