#topnav {
	background-image: url(../images/nav_bar1.gif);
	visibility: hidden;
	padding: 0;
	height: 39px;
	width: 875px;
	color: #FFFFFF;
	background-color: #C3620B;
	background-repeat: no-repeat;
	padding-left: 25px;
	}

/* Set the UL to have no list item and give it a height */
#topnav ul {
	border: none;
	width: 850px;
	list-style-type: none;
	z-index: 5;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#topnav ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#topnav ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 39px;
	}

/* Hide the text on the top nav bar */
#topnav ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#topnav ul li a:hover {
	background-position: 0 -39px;
	}

/* No active state here so make sure it shows the default portion of the image */
#topnav ul li a:active {
	background-position: 0 -39px;
	}

/* Set each background image and make styles to set the selected state */

#btn_destinations a {
	background-image: url(../images/btn_destination.gif);
	height: 39px;
	width: 138px;
}
#btn_destinations a:hover, #btn_destinations a:active, #btn_destinations .selected {
	background-position: 0 -39px;
	}
#btn_about a {
	background-image: url(../images/btn_about.gif);
	height: 39px;
	width: 68px;
}
#btn_about a:hover, #btn_about a:active, #btn_about .selected {
	background-position: 0 -39px;
	}
#btn_articles a {
	background-image: url(../images/btn_articles.gif);
	height: 39px;
	width: 67px;
}
#btn_articles a:hover, #btn_articles a:active, #btn_articles .selected {
	background-position: 0 -39px;
	}
#btn_blog a {
	background-image: url(../images/btn_blog.gif);
	height: 39px;
	width: 99px;
}
#btn_blog a:hover, #btn_blog a:active, #btn_blog .selected {
	background-position: 0 -39px;
	}
#btn_taxidermy a {
	background-image: url(../images/btn_taxidermy.gif);
	height: 39px;
	width: 76px;
}
#btn_taxidermy a:hover, #btn_taxidermy a:active, #btn_taxidermy .selected {
	background-position: 0 -39px;
	}
#btn_land a {
	background-image: url(../images/btn_land.gif);
	height: 39px;
	width: 95px;
}
#btn_land a:hover, #btn_land a:active, #btn_land .selected {
	background-position: 0 -39px;
	}
#btn_contact a {
	background-image: url(../images/btn_contact.gif);
	height: 39px;
	width: 64px;
}
#btn_contact a:hover, #btn_contact a:active, #btn_contact .selected {
	background-position: 0 -39px;
	}
#btn_newsletter a {
	background-image: url(../images/btn_elist.gif);
	height: 39px;
	width: 74px;
}
#btn_newsletter a:hover, #btn_newsletter a:active, #btn_newsletter .selected {
	background-position: 0 -39px;
	}

/* keep rollover active while on dropdown */
#topnav li a:hover,
#topnav li:hover a,
#topnav li.sfhover a {
	background-position: 0 -39px;
	}

/* dropdown list styles */
#topnav li ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 39px;
	background-image: none;
	}

#topnav li > ul {
	top: auto;
	left: auto;
	}

* html #topnav li ul {
	display: block;
	left: -10000px;
	}

/* this rule is for IE-Mac. */
#topnav li.over #topnav li.sfhover {
	border-width: 0;
	}

#topnav li:hover ul, #topnav li.over ul, #topnav li.sfhover ul  { /* lists nested under hovered list items */
	display: block;
	left: 0;
	}

#topnav li ul li {
	margin: 0;
	padding: 0;
	/* for IE 5.x */
	margin-left: -16px;
	display: block;
	float: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	/* Set the border to 0 for IE */
	border-right-width: expression("0");
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left: 0;
	margin-top: 3;
	text-align: left;
	}

/* IE 5/6 Hack to fix a 3px gap under main category buttons */
* html #topnav li {
	margin: 0 0 -3px 0;
	}

/* IE 5.01 Hack, because IE 5.01 does not recognize the first style. This is thrown away then the other styles are applied */
#topnav li ul a {
	}

#topnav ul li ul {
	width: 160px;
	}

#topnav ul li ul a {
	color: #ffffff;
	background: #C3620B;
	padding: 4px 9px 4px 10px;
	height: auto;
	width: 139px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 139px;
	}

#topnav li ul a:hover {
	background-color: #D7B886;
	color: #000000;
	}

#btn_destinations ul, #btn_destinations ul li,
#btn_about ul, #btn_about ul li,
#btn_articles ul, #btn_articles ul li,
#btn_blog ul, #btn_blog ul li,
#btn_taxidermy ul, #btn_taxidermy ul li,
#btn_land ul, #btn_land ul li,
#btn_contact ul, #btn_contact ul li,
#btn_newsletter ul, #btn_newsletter ul li {
	background-color: #C3620B;
	}

/** Support for the "sfhover-fix.js" **/
* html #topnav ul iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	}
/** end **/
