#recNav {
	width: 235px;
	margin-top: 25px;
}
#rnav {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#rnav li {
	display:block;
	margin:0;
	list-style-type: none;
	height: 39px;
	padding: 0;
}
#rnav a:link,
#rnav a:visited {
	color:#514b43;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	text-shadow: 0px 1px 0px #fff;
	padding-left: 20px;
}
#rnav a:hover {
	color:#514b43;
	text-decoration: underline;
}

#free #rnav-free a, #store #rnav-store a, #s1 #rnav-s1 a, #s2 #rnav-s2 a, #s3 #rnav-s3 a, #s4 #rnav-s4 a, #s5 #rnav-s5 a, #topical #rnav-topical a {
	background-image: url(../images/ar_arrow.gif);
	background-repeat: no-repeat;
	width: 215px;
	height: 29px;
	color:#FFF;
	text-shadow: 0px -1px 0px #8a0202;
}
#rnav-free a, #rnav-store a, #rnav-s1 a, #rnav-s2 a, #rnav-s3 a, #rnav-s4 a, #rnav-s5 a, #rnav-topical a {
	width: 205px;
	height: 29px;
	background-image: url(../images/ar_divider.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#rnav-empty {
	width: 225px;
	height: 29px;
	background-image: url(../images/ar_divider.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#rnav a:active {
	color:#514b43;
}
.rnavBtm {
	width: 225px;
	height: 2px;
	background-image: url(../images/ar_divider.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin-bottom: 10px;
}
