ul#topnav {
	background-color: #3A6219;
	margin: 0;
	padding: 0;
	float:left;
	width: 780px;
	height: 26px;
	list-style: none;
	font-size: 13px;
	font-weight: strong;
}
ul#topnav li {
	float: left;
	padding: 0;
	position: relative;
	font-size: 14px;
}
ul#topnav li a {
	padding-top: 7px;
	color: white;
	text-decoration: none;
	float: left;
}

ul#topnav li a:hover {
	color: white;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; color: white; }

ul#topnav a.products {
	width: 80px;
	padding-left: 10px;
}

ul#topnav a.products:hover {
	background-color: #46751f;
	width: 80px;
	height: 23px;
}

ul#topnav li:hover a.products {
	background-color: #46751f;
	width: 80px;
	height: 23px;
}

ul#topnav a.sale {
	width: 105px;
	padding-left: 12px;
}

ul#topnav a.sale:hover {
	background-color: #46751f;
	width: 105px;
	height: 23px;
}

ul#topnav li:hover a.sale {
	background-color: #46751f;
	width: 105px;
	height: 23px;
}

ul#topnav a.community {
	width: 102px;
	padding-left: 8px;
}

ul#topnav a.community:hover {
	background-color: #46751f;
	width: 102px;
	height: 23px;
}

ul#topnav li:hover a.community {
	background-color: #46751f;
	width: 102px;
	height: 23px;
}

ul#topnav a.monthly {
	width: 125px;
	padding-left: 8px;
}

ul#topnav a.monthly:hover {
	background-color: #46751f;
	width: 125px;
	height: 23px;
}

ul#topnav li:hover a.monthly {
	background-color: #46751f;
	width: 125px;
	height: 23px;
}

ul#topnav a.store {
	width: 92px;
	padding-left: 8px;
}

ul#topnav a.store:hover {
	background-color: #46751f;
	width: 92px;
	height: 23px;
}

ul#topnav li:hover a.store {
	background-color: #46751f;
	width: 92px;
	height: 23px;
}

ul#topnav a.contact{
	width: 85px;
	padding-left: 8px;
}
 
ul#topnav a.contact:hover {
	background-color: #46751f;
	width: 85px;
	height: 23px;
}

ul#topnav a.spa{
	width: 100px;
	padding-left: 10px;
}
 
ul#topnav a.spa:hover {
	background-color: #46751f;
	width: 100px;
	height: 23px;
}


ul#topnav li .sub {
	position: absolute;
	z-index: 5;
	top: 26px; left: 0;
	/* background: #f7f7f7 repeat-x; */
	background: #f8f8f8 url(SubTabBG.gif) left top no-repeat;
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-box-shadow: 3px 4px 4px #696969;
	-moz-box-shadow: 3px 4px 4px #696969;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#696969, offX=7, offY=7, positive=true);
	display: none;
}

ul#topnav li .row {clear: both; float: left; width: 100%; position: relative;}

ul#topnav .row ul li a {
	margin-left: -2px;
	font-size:12px;
}

ul#topnav .row ul p#description {
	width: 400px;
}

#email {
	position: relative;
	float: left;
}

#email p {
	width: 200px;
}

#courier {
	position: relative;
	top: -165px;
	left: 250px;
}

#courier p {
	width: 200px;
}

ul#topnav li .sub ul{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 150px;
	float: left;
}

ul#topnav .row ul li p {
	font-size: 12px;
	font-style: italic;
	margin-top: 3px;
	list-style-type: none;
	color: #777777;
}

ul#topnav .sub ul.right {
	margin-top: 21px;
	margin-left: -5px;
	list-style-type: none;
}

ul#topnav .sub ul li {
	width: 100%;
	color: #000000;
}

ul#topnav .sub ul li h2 {
	margin-left: -6px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: strong;
	padding: 4px;
	text-decoration: none;
	background-image: none;
	font-size: 14px;
	color: #46751F;

}

ul#topnav .sub ul li h2 a:hover {
	text-decoration: none;
}
ul#topnav .sub ul li a {
	float: none; 
	background: no-repeat;
	padding: 2px 5px 3px 2px;
	display: block;
	text-decoration: none;
	color: #4D4FAD;
	font-size:12px;
}
ul#topnav .sub ul li a:hover {
	text-decoration: underline;
	font-size:13px;
}