/* common styling */
.menu {font-family: arial, sans-serif; width:165px; 
position:relative; margin:0; font-size:11px; z-index:1000; 
border:0px solid #cccccc;
border-bottom:1px solid #cccccc;
}

.menu  a 
{ text-decoration:underline; 
font-size:12px;
color:#000; }



.menu p a 
{ text-decoration:underline; 
color:#000; width:159px; 
line-height:19px; 
padding:0 0 0 8px; margin:0 0px 0 0px;}

.menu p
{ 
color:#000; width:159px; 
font-size:12px;
line-height:19px; 
padding:5px 0 5px 8px; margin:0 0px 0 0px;}

.menu h2 {
font-size:100%;
margin:0;
padding:0;
text-align:center;
line-height:20px;
width:165px;
color:#FFFFFF;
background:url(http://www.goodbuynow.com/images/cat-nav.jpg)


}

.menu h3 {
font-size:11px;
margin:0;
padding:0 0px 0 0px;
text-align:left;
line-height:20px;
text-indent:5px;
width:163px;
color:#000;

border-left:1px solid #ccc;
border-right:1px solid #ccc;
background:url(http://www.goodbuynow.com/images/left2.jpg);

}

.left3-index {
font-size:100%;
margin:0;
padding:0;
text-align:left;
line-height:5px;
width:165px;
color:#000;
background:url(http://www.goodbuynow.com/images/left3.jpg);
}

/* ============= treemenu ============ */
.treemenu {
	font-size: 10pt;
	margin:0 1px;
	padding-bottom: 10px;
	padding-right:3px;
	list-style: none;
	background-color: #fff;
	border-right: 1px solid #ccc;
	width: 160px;
	overflow-x: hidden;
}

.treemenu h3 {
border:0px;
}

.treemenu ul {
	list-style: none;
	margin: 0px;
	padding-left: 8px;
}
.treemenu li {
	padding: 2px 0px 0px 8px;
	margin: 0px;
}
.treemenu a.expand {
	display: block;
	text-decoration: none;
	width: 14px;
	height: 14px;
	overflow: hidden;
	float: left;
}
.treemenu a:hover.expand {
	background-color: transparent;
	opacity: 0.5;
}
.treemenu li.treenodeopen a.expand {
	background-image: url('http://www.goodbuynow.com/images/open.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 0px;
}
.treemenu li.treenode li {
	display: none;
}
.treemenu li.treenode a.expand {
	background-image: url('http://www.goodbuynow.com/images/closed.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 0px;
}
/* all above this is common to IE and FF */
/* all below this is specific to non IE browsers */





