.rightnav {
	float: left;
	width: 210px;
	padding-left: 10px;
	padding-top: 15px;
}
.rightnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
}
.rightnav ul li {
	display: inline;
}
.rightnav ul a {
	background-image: url(images/square-black-big.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
	font-size: 12px;
	font-weight: bold;
	color: #1A1A1A;
}
.rightnav ul a:hover {
	text-decoration: none;
	background-color: #F3F3F3;