/* category menu */
ul#cat_menu {
	height: expression('16em'); /* MSIE hack */
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	height:16em;
}

ul#cat_menu li {
	padding: 0;	
	margin: 0;
	border-top: 1px solid #333;
	overflow: hidden;
	height:2.5em;
}

ul#cat_menu li a {
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	display: block;
	height: 6em;
	color:#666;
}
ul#cat_menu li a:hover {
	background:#333;
	color:#fff;
}
ul#cat_menu li a em {
	font-weight:normal;
	text-transform:none;
	font-style:normal;
	padding-top:10px;
	display:block;
}