div#stylesheetselect {
	z-index:99;
	position:absolute;
}

ul.stylesheets {
	margin:0;
	padding:0;
	width:70px;
	white-space:nowrap;
	}
	
ul.stylesheets li {
	list-style:square;
	display:block;
	text-align:center;
	margin-bottom:2px;
	cursor:pointer;
	background-color:#ccc;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	}

ul.stylesheets li:hover {
	background-color:white;
	text-decoration:underline;
}

.ch {
	font-weight:bold;
}