/* uncomment the commented out lines for 800px width template */
#nav, #nav ul {
  font-size: 11px;
	font-family: Verdana;
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	color: gray;
	text-decoration: none;
	padding: 0;
	/*  Uncomment line below if not using images */
	width: 150px;
	font: 12px/24px Arial, Helvetica, Geneva, sans-serif;
}

#nav a.sub, #nav a.top {
	width: 100px;
  background: url(http://www.carbontradewatch.org/modules/fynmenu/.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 2px 0 2px 6px;
	text-align: left;
	/*  Uncomment line below if not using images */
  border-bottom: 1px solid #ffffff;
	background-color: white;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 100px;
	font-weight: normal;
	margin: 0;
	margin: -26px 0 0 90px;
}

#nav li li {
  list-style: none;
  text-align:left;
	width: 200px;
	border-bottom: 1px solid #ccc;
}

#nav li ul a {
line-height: 26px;
padding-left: 10px;
}

#nav li ul ul {
	margin: -26px 0 0 170px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: white;
}