/********************************** * */

/* * top nav Styles */

/********************************** * */

#navigation {
	font-size: 1.1em;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-bottom: 3px;
	padding-top: 0;
	text-align: right;
}

#navlist-top
{
padding: 3px 0 0 0;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
}

#navlist-top li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist-top li a
{
padding: 3px 0.5em;
margin-left: 3px;
margin-bottom: 3px;
background: #34735c;
text-decoration: none;
	color: #fff;
}

#navlist-top li a:link { color: #fff; }
#navlist-top li a:visited { color: #fff; }

#navlist-top li a:hover, body#home #navlist-top li#n-home a, body#tour #navlist-top li#n-tour a {
background: #fdffe8;
color: #f93035;
border-color: #fdffe8;
border-bottom: 1px solid #fdffe8;
	font-weight: bold;
}

