.treeview { /*CSS for Simple Tree Menu*/
padding: 0;
margin: 0px;
margin-top: 0;
}

.xxtreeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
margin-bottom: 0px;
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
background: url(list.gif) no-repeat left center;
padding-left: 12px;
margin-bottom: 0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(closed.gif) no-repeat left 1px;*/
background: url(closed.gif) no-repeat left 1px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.catbar {
	/*
	height: 26px;
	*/
	height:20px;
	width: 160px;
	/*
	background-image:url(/images/catbar.gif);
	background-repeat: no-repeat;
	*/
}
.subcatbar {
	/*
	height: 22px;
	width: 160px;
	background-image:url(/images/subcatbar.gif);
	background-repeat: no-repeat;
	*/
}
.salecatbar {
	/*
	height: 26px;
	width: 160px;
	background-image:url(/images/salecatbar.gif);
	background-repeat: no-repeat;
	*/
}
.giftcatbar {
	/*
	height: 26px;
	width: 160px;
	background-image:url(/images/giftcatbar.gif);
	background-repeat: no-repeat;
	*/
}
.VertMenuItemz, A.VertMenuItemz:link, A.VertMenuItemz:visited, A.VertMenuItemz:hover, A.VertMenuItemz:active {
	position:relative;
	top:2px;
	left:10px;
	COLOR: #222;
	TEXT-DECORATION: none;
	font-size:14px;
	font-weight: bold;
}
.VertMenuSubItemz, A.VertMenuSubItemz:link, A.VertMenuSubItemz:visited, A.VertMenuSubItemz:hover, A.VertMenuSubItemz:active {
	position:relative;
	top:2px;
	left:10px;
	COLOR: #000;
	TEXT-DECORATION: none;
	font-size:12px;
}
