@charset "utf-8";
/* CSS Document */

#rnav_container {
	float:left;
	width:236px;
	padding-top:70px;
	padding-left:15px;
}
#rnav {
	position:relative;
	margin: 0 auto;
	padding: 0px;
	height: 56px;
	width:236x;
	float:left;
}
#rnav a {
	display: block;
	height: 20px;
	text-indent: -9999px;
}
#rnav li {
	list-style: none;
	float: left;
}
#rnav li.rnav_watch a {
	background: url(images/rnav_watch.png) no-repeat;
	width: 236px;
	height:21px;;
	margin-bottom:3px;
}

#rnav li.rnav_ask a {
	background: url(images/rnav_ask.png) no-repeat;
	width: 236px;
	height:21px;
	margin-bottom:3px;
}
#rnav li.rnav_view a {
	background: url(images/rnav_view.png) no-repeat;
	width: 236px;
	height:21px;
	margin-bottom:3px;
}
#rnav li.rnav_connect a {
	background: url(images/rnav_connect.png) no-repeat;
	width: 236px;
	height:21px;
	margin-bottom:3px;
}
#rnav li.rnav_contribute a {
	background: url(images/rnav_contribute.png) no-repeat;
	width: 236px;
	height:21px;
	margin-bottom:3px;
}


#rnav li.rnav_watch a:hover { background: url(images/rnav_watch.png) no-repeat 0 -21px; }
#rnav li.rnav_ask a:hover { background: url(images/rnav_ask.png) no-repeat 0 -21px; }
#rnav li.rnav_view a:hover { background: url(images/rnav_view.png) no-repeat 0 -21px; }
#rnav li.rnav_connect a:hover { background: url(images/rnav_connect.png) no-repeat 0 -21px; }
#rnav li.rnav_contribute a:hover { background: url(images/rnav_contribute.png) no-repeat 0 -21px; }


