.treeview{ /*CSS for Simple Tree Menu*/
	margin:0px;
	padding: 0px 0px 0px 10px;
	valign: top;
	align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#898989;
	line-height:30px;
	/*display: block;*/
}

.treeview1{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	valign: top;
	align: left;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#898989;
	line-height:30px;
}

a.hmenulink{
	color:#898989;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}

a.hmenulink:hover{
	color:#448CCB;
	font-family:Verdana,Arial, Helvetica, sans-serif;	
}

a.hmenulink1{
	color:#448CCB;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}

a.hmenulink1:hover{
	color:#448CCB;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}

.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: 0px;
	margin-bottom: 0px;
	line-height: 30px;
	width:100%;
	/*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: 30px;
}

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

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	line-height: 22px;
	width:100%;
	/*display: block;*/
}

#categorylink {
	color: #898989;
	text-decoration: none;
	font-weight: normal;
}

.productlink {
	font-size:12px;
	color: #898989;
	text-decoration: none;
	font-weight: normal;
}

.productlink:link {
	color: #898989;
	text-decoration: none;
	font-weight: normal;
}
.productlink:vlink {
	color: #898989;
	text-decoration: none;
	font-weight: normal;
}
.productlink:alink {
	color: #898989;
	text-decoration: none;
	font-weight: normal;
}
.productlink:hover {
	color: #448CCB;
	text-decoration: none;
	font-weight: normal;
}

a.selected_hmenulink{
	color:#603913;
	font-weight:bold;
}

.selected_productlink {
	font-weight:bold;
	font-size:12px;
	color: #603913;
	text-decoration: none;
}
