#info {position:relative;}

.menu {
	width:100%;
	height:32px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	border-right:0px solid #000;
	white-space: nowrap;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:100%;
	w\idth:100%;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	white-space: nowrap;
}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
	border: none;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	width:100px;
	height:30px;
	background:#669966;
	padding-left:10px;
	line-height:29px;
	border-top: 0px none #000;
	border-right: 0 none #000;
	border-bottom: 0px none #000;
	border-left: 0px none #000;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:100px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd no-repeat right bottom;
	border: none;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#c9ba65 no-repeat right bottom;
	border: none;
}
.menu ul ul :hover > a.drop {
	background:#c9ba65 no-repeat right bottom;
	border: none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:100px;border-top:none #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#d4d8bd;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:100px;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background:#949e7c;
	border: none;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#949e7c;
	border: none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

body {
	background-image: url(images/NATR_lightgreen.jpg);
}

a.nav:link {
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 18pt;
	text-decoration: none;
}
a.nav:hover {
	color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18pt;
}
a.nav:visited {
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 18pt;
	text-decoration: none;
}
a.navblack:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.navblack:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.navblack:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.claimstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC3300;
}
a.navred:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a.navred:hover {
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a.navred:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
.bodybig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}
.products {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #336633;
	font-weight: bold;
}
