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

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 11px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 32px;
}
ul#topnav li:hover a, ul#topnav li a:hover { 
	background-position: left bottom; 
}
ul#topnav a.hunting {
	width: 195px;
	height: 32px;
	background-image: url(../images/btn_hunting_destinations.gif);
	background-repeat: no-repeat;
}
ul#topnav a.wingshooting {
	width: 209px;
	height: 32px;
	background-image: url(../images/btn_wingshooting_dest.gif);
	background-repeat: no-repeat;
}
ul#topnav a.fishing {
	width: 180px;
	height: 32px;
	background-image: url(../images/btn_fishing_dest.gif);
	background-repeat: no-repeat;
}
ul#topnav a.huntplanner {
	width: 137px;
	height: 32px;
	background-image: url(../images/btn_hunt_planner.gif);
	background-repeat: no-repeat;
}
ul#topnav a.species {
	width: 159px;
	height: 32px;
	background-image: url(../images/btn_species_directory.gif);
	background-repeat: no-repeat;
}
ul#topnav li .sub {
	position: absolute;
	top: 32px;
	left: 0;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	display: none;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	
}
ul#topnav li .color1 {
	background: #632A20;
	margin-left: 0px;
}
ul#topnav li .color2 {
	background: #8B3418;
	margin-left: 0px;
}
ul#topnav li .color3 {
	background: #632A20;
	margin-left: 0px;
}
ul#topnav li .color4 {
	background: #8B3418;
	margin-left: -450px;
}

ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	padding: 0;
	width: 150px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/line2.gif);
	background-position: right;
	background-repeat: repeat-y;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #785149;
}
ul#topnav .sub ul li h1 {
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 0;
	margin: 0;
}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C0A9A5;
}
ul#topnav .sub ul li h3 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #785149;
}
ul#topnav .sub ul li h2 a {
	background-image: none;
	color: #fff;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px;
	text-decoration: underline;
}
