@charset "utf-8";
/* CSS Document */
ul#navrsn
		{
	font-size:90%;
	margin:0;
	padding:0em 0.5em 0.5em 0em;
	list-style-type:none;
	font-family: Calibri, Arial;
		}
		ul#navrsn ul
		{
			margin:0;
			padding:0 0 0 1em;
			list-style-type:none;
		}
		ul#navrsn li{ line-height: 120%;
	margin:6px 0px;
}
		
		#navrsn li ul li {
	background-image: url(../img/li-sidebar-nav.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 2px;
}
		
		#navrsn li a,#navrsn li strong{
	font-weight:normal;
		}
		#navrsn a{
			color:#91B31A; text-decoration: underline;
		}
		#navrsn a:hover {
			color:#006785; text-decoration: none; 
		}
		#navrsn li#active {color:#91B31A; text-decoration:underline;}
		#navrsn li#active,
		#navrsn li.parent{
			color:#006785; text-decoration: none; font-weight:bold;
		}
		#navrsn li.parent li,#navrsn li#active li{
			background-image: url(../img/li-sidebar-nav.gif); background-repeat: no-repeat;
			font-weight:normal;
		}
		#navrsn li.parent li#active{
			background-image: url(../img/li-sidebar-nav.gif); background-repeat: no-repeat;
			color:#006785; text-decoration: none; 
		}
		#navrsn li.parent li.parent {
			 color:#006785; text-decoration: none; font-weight:bold;
		}
		#navrsn li.parent li.parent li#active{
			 color:#006785; text-decoration: none; font-weight:bold;
		}
		#navrsn li.parent {
			 color:#006785; text-decoration: none; font-weight:bold;
		}
		#navrsn .parent {
		color:#006785; text-decoration: none; 
		}
