div.menu {
	width: 177px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	<!-- background: url(/bial_docs/images/bottom.gif) no-repeat  right bottom; -->
	text-decoration: none;
}
div.menu div {
	background: url('/bial_docs/images/white_bar.gif') repeat-x; 
	overflow: hidden;
}
div.menu div:first-child {
	<!-- background: url('/bial_docs/images/top_yellow.gif') no-repeat;  -->
}
div.menu div.collapsed {
	height: 25px;
}
div.menu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #08B6AD;
	background: url('/bial_docs/images/arrow_blue_down.gif') no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #FDD408;
}
div.menu div.collapsed span {
	background-image: url('/bial_docs/images/arrow_blue.gif');
}
div.menu div a {
	padding: 5px 10px;
	background: #ffffff;
	display: block;
	border-bottom: 1px solid #FDD408;
	color: #000000;
	text-decoration: none;
}
div.menu div a.current {
	background : #ccc;
}
div.menu div a:hover {
	color: #000000;
	text-decoration: none;
}