.treeview{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
/*display: block;*/
valign: top;
align: left;
font-family: news gothic,helvetica,sans-serif;
font-size:12px;
color:#996600;
}

.treeview1{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
/*display: block;*/
valign: top;
align: left;
font-family: news gothic,helvetica,sans-serif;
font-size:12px;
color:#666666;
}

a.hmenulink{
	color:#996600;
}

a.hmenulink1{
	color:#666666;
}

/*CSS for Simple Tree Menu*/
/*#treemenu2{ 
margin: 0;
padding: 0;
valign: top;
font-family: news gothic,helvetica,sans-serif;
font-size:12px;
}*/

.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;
/*padding-left: 22px;*/
padding-left: 10px;
margin-bottom: 0px;
line-height: 22px;
/*display: block;*/
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat right 1px;
cursor: hand !important;
cursor: pointer !important;
line-height: 22px;
/*display: block;*/
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
/*display: block;*/
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
/*display: block;*/
}

#categorylink {
        color: #996600;
		text-decoration: none;
		font-weight: normal;
}

.productlink {
        color: #999999;
		text-decoration: none;
		font-weight: normal;
}
.productlink:link {
        color: #999999;
		text-decoration: none;
		font-weight: normal;
}
.productlink:vlink {
        color: #999999;
		text-decoration: none;
		font-weight: normal;
}
.productlink:alink {
        color: #996600;
		text-decoration: none;
		font-weight: normal;
}
.productlink:hover {
        color: #996600;
		text-decoration: none;
		font-weight: normal;
}

#topcategory {
	background-color: #D4EAEA;
	color: #996600;
	margin-bottom:0px;
	padding-left:0px;
}

.topcat {
	padding:0px 3px;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color: #666666;
}

a.selected_hmenulink{
	color:#669999;
	font-weight:bold;
}