div.menuTree
{
	background-color: #f0f3f7;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
div.menuTree UL
{
    font-size: 11px;
    padding: 0px;
    margin: 0px;
		display:none;
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

div.menuTree UL LI.empty
{
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	border-bottom: 1px solid #a0a3a7;
	padding-bottom: 2px;
	padding-top: 2px;
}

div.menuTree UL LI.child.collapsed H1
{
/*	display: inline; */
	height: 16px;
	font-size: 11px;
	border-bottom: 1px solid #a0a3a7;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/catalog/images/cat_plus.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	line-height: 16px;
}

div.menuTree UL LI.child.expanded H1
{
/*	display: inline; */
	height: 16px;
	font-size: 11px;
	border-bottom: 1px solid #a0a3a7;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/catalog/images/cat_minus.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	line-height: 16px;
	background-color: #d8e0eb;
}

div.menuTree UL LI.parent.collapsed H1
{
/*	display: inline; */
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	border-bottom: 1px solid #a0a3a7;
	padding-bottom: 2px;
	padding-top: 2px;
	background-image: url(/catalog/images/cat_plus.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #f0f3f7;
}

div.menuTree UL LI.parent.expanded H1
{
/*	display: inline; */
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	border-bottom: 1px solid #a0a3a7;
	padding-bottom: 2px;
	padding-top: 2px;
	background-image: url(/catalog/images/cat_minus.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #d8e0eb;
}

div.menuTree UL LI.child H2
{
/*	display: inline; */
	font-size: 11px;
	border-bottom: 1px solid #a0a3a7;
	background-image: url(/catalog/images/cat_plus.gif);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	padding-bottom: 1px;
	padding-left: 4px;
	height: 16px;
	line-height: 16px;
}


div.menuTree UL LI.parent A
{
  color: #000000;
  text-decoration: none;
	display: block;
	padding-left: 15px;
}
div.menuTree UL LI.parent A:hover
{
/*    font-weight: bold;*/
/*    font-size: 110%;*/
}

div.menuTree UL LI.child A
{
  color: #000000;
  text-decoration: none;
	display: block;
	padding-left: 15px;
}

div.menuTree UL LI.child H2 A
{
  color: #000000;
  text-decoration: none;
	display: block;
	padding-left: 15px;
	font-weight: normal;
}
div.menuTree UL LI.child H2 A:hover
{
/*    font-weight: bold;*/
/*    font-size: 110%;*/
	font-weight: normal;
}
div.menuTree UL LI.parent
{
	display: block;
	font-size: 11px;
	background-color: #f0fef7;
}

div.menuTree UL LI.child
{
	font-size: 11px;
	background-color: #f0f3f7;
}

div.menuTree UL LI.active {
	background-image: url(/catalog/images/cat_active.gif);
	background-repeat: no-repeat;
	background-position: 180px 2px;
	background-color: #d8e0eb;
}

div.menuTree UL LI.active H2
{
/*	display: inline; */
	font-size: 11px;
	border-bottom: 1px solid #a0a3a7;
	background-image: url(/catalog/images/cat_minus.gif);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	padding-bottom: 1px;
	padding-left: 4px;
}



