
li { list-style-type: none; }

#prodList {
	font-family: Verdana, Arial, Helvetica;
	margin:0px;
	padding:1px;
	text-indent:0px;
	width:450px;
}
#prodList a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	font-size:12px;
	background:#FFDD00 url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#0000DB;
	display:block;
	margin:2px;
	padding:4px;
	text-indent:14px;
	text-decoration: none;
}

#prodList a.head:hover {
	color:#000000;
}

#prodList a.head2 {
	cursor:pointer;
	font-size:12px;
	border:1px solid #CCCCCC;
	background:#89C0E0 url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#0000DB;
	display:block;
	margin:2px;
	padding:4px;
	text-indent:14px;
	text-decoration: none;
}

#prodList a.head2:hover {
	color:#000000;
}

#prodList a.selected {
	background-image: url(expanded.gif);
}
#prodList a.current {
	background-color:#FFFF99;
}
#prodList ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#prodList li {
	list-style:none outside none; display:inline;
}
#prodList li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	font-size:10px;
}
#prodList li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

