div#select ul,
div#select li {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#select ul.level1 li a {
	color: black;
	/*
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 12px;
	*/
	display: block;
	margin: 5px 0;
}

/* for iE6 */
* html div#select ul.level1 li a {
	height: 1px;
}

div#select ul.level1 li a:hover {
	color: #6e7c7f;
}

div#select ul.level1 li.open a {
	color: #6e7c7f;	
	font-weight: bold;
}