.leftlink{ clear: left; float: left; color: White; }

.rightlink{ float: right; font-weight: bolder; visibility: hidden; }

#listbar{ font-size: 16px; overflow: hidden; width: 213px; }

#listbar h1{
	color: #e6fc04;
	font: 24px;
	margin-top: 8px;
	margin-bottom: 12px;
	padding-bottom: 2px;
	text-align: center;
	width: 100%;
}

#listbar ul{
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
}

#listbar ul li{
	clear: both;
	display: block;
	line-height: 1.6em;
	margin: 0px;
	overflow: auto;
	padding: 0px;
}
* html #listbar ul li{
	margin-top: -20px;
}
* html #listbar ul .topli{
	margin-top:2px;
}
#listbar ul li a{
	color: #9a1;
	cursor: pointer;
	display: block;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	text-decoration: none;
}

#listbar ul li a:hover{
	background: #FF4500;
	border-bottom-color: #00CED0;
	font-weight: bold;
}

#listbar ul li a:hover span.rightlink{ color: #FFFF00; visibility: visible; }

