﻿div.rdbill {
	width: 220px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding-bottom: 0px;
	margin-right: 12px;
	background: url(bottitler.gif) no-repeat;
	color: #006666;
}
div.rdbill div {
	background: #eeeeee;
	overflow: hidden;
}
div.rdbill div:first-child {
	background: url(toptitler.gif) no-repeat;
}
div.rdbill div.collapsed {
	height: 25px;
}
div.rdbill div span {
	display: block;
	padding: 5px 0px;
	font-weight: bold;
	background: no-repeat 10px center;
	cursor: default;
	border-bottom: 0px solid #ddd;
}
div.rdbill div.collapsed span {
	background-image: url(collapsed.gif);
}
div.rdbill div a {
	padding: 5px 3px;
	background: #eeeeee;
	display: block;
	border-bottom: 0px solid #ddd;
	color: #066;
}
div.rdbill div a.current {
	background : #cccccc;
}
div.rdbill div a:hover {
	background : #92252B url() no-repeat right center;
	color: #ffffff;
	text-decoration: none;
}
