#selectCategory ul,
#selectCategory div,
#selectCategory li,
#selectCategory a {
	margin:0 0 0 0;
	padding:0 0 0 0
}
#selectCategory li {
	margin-left: 1em;
	list-style: none;
}
#expandableSelect1 {
	position: absolute;
	overflow: auto;
	height: 200px;
	width: 20em;
	max-width: 20em;
	background: #F5F5DC;
	border: 1px solid #7F9DB9;
	border-top: none;
}
#selectCategory a {
	text-decoration: none;
	margin-left: 1.3em;
	color: #666;
	font-weight:bold;
	line-height: 1.5em;
}
#selectCategory a:hover {
	text-decoration: underline;
}
#selectCategory a.submenu{
	margin-left: 0em;
}
#selectCategory .level2 a {
	font-weight: normal;
	color:black;
}
#selectCategory .level3 a {
	color: Olive ;
}
#selectCategory .level4 a {
	color: Maroon;
}
#selectCategory .fold {
	background: url(ling/folding/minus.gif) no-repeat left bottom;
	cursor: pointer;
	width: 1.2em;
	line-height: 2em;
	font-size: .6em;
	text-indent: -999em;
	display: block;
	float: left;
	margin-right: 5px;
}
#selectCategory .collapsed {
	background: url(ling/folding/plus.gif) no-repeat left bottom;
}
#selectCategory .level2 {
	clear: left;
}
.selectCategory
{
	color: black;
	border: 1px solid #7F9DB9;
	padding:0 1px 1px 5px;
	width: 20em;
	cursor: auto;
	background: url(ling/folding/uparrow.gif) no-repeat 100% center;
}
#select1.collapsed
{
	background: url(ling/folding/downarrow.gif) no-repeat 100% center;
}
#selectCategory input {margin-top:2em; background-color: #F5F5DC; border:1px solid gray}