#rnav #tourlist {
	width: 200px;
	margin: 0;
	padding: 0 0 15px 0;
	list-style-type: none;
	font-size: 1.2em;
}
#rnav #tourlist ul {
	list-style-type: none;
	list-style-image: url(/images/bullet.png);
}
#rnav #tourlist a:link,
#rnav #tourlist a:visited {
	display: block;
	padding: 2px 2px 2px 0px;
	color: #999999;
	text-decoration: none;
}

#rnav #tourlist a:hover {
	background-color: #E0C5D8;
	color: #666666;
}
#tourlist ul li ul {
	padding: 0px 0px 0px 15px;
}
#rnav #tourlist .uberlink {
	color: #666666!important;
	font-weight: bold;
	cursor: default;
}

/* Conditional Comments */

[if IE 5]>
<style>
#tourlist a {float: left; clear: both; width: 100%;}
</style>
<![endif]
[if gte IE 6]>
<style>
#tourlist a {height: 1%;}
</style>
<![endif]

