 #RBar {	margin: 0px;	width: 150px;	text-align: left; } #RBar ul {	list-style: none;	margin: 0;	padding: 0 0 15;	border-top: none;	border-right: none;	border-bottom: none;	border-left: none; } #RBar li {	margin: 0;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #999999; } #RBar li a {	display: block;	padding: 5px 5px 5px 0.5em;	text-decoration: none;	width: 100%;	font-size: 11px;	color: #666666;	font-weight: bold; } html>body #RBar li a { width: auto; } #RBar li a:hover {	color: #CC6600; }  #Current {	background-color: #BCBCBC;	color: #FFCC00; }