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

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub listslist.gif)left center;*/
background: url('../images/join.gif') no-repeat; 
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
font-family:Arial;
font-weight:bold;
color:#A14945;
font-size:9pt;
}

.treeview li a 
{
	color:#A14945;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	font-size:9pt;
}


.treeview li a:hover
{
	color:#D96708;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	font-size:9pt;
}



.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs).nolines_minus.gif   closed.gif*/
background:url('../images/nolines_plus.gif') no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.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;
}


.treeview .submenu ul li a
{
	color:#2A8BC2;
	font-family:Arial;
	/*font-weight:normal;*/
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;


}

.treeview .submenu ul li a:hover
{
	color:#203548;
	font-family:Arial;
	/*font-weight:normal;*/
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;


}

#head1 {
    margin:0;
    /*background:url(../images/headimg.gif) no-repeat;*/
	background:url(../images/shop_all.gif) no-repeat;
    height:24px;
    }
	
#head2 {
    margin:0;
    /*background:url(../images/headimg.gif) no-repeat;*/
	background:url(../images/shop_pri.gif) no-repeat;
    height:24px;
    }