/* 
Tasman Forge
Near black #5F5F5F
Grey #F3F4F4
Hover #ccc
*/
div.dNav {
	/*height:3em;*/
	padding:4px 4px 0 0;
	text-align:center;
	clear:both;
	margin:0 auto 60px auto;
	/*border:1px solid #f00;*/
}
#nav, #nav ul {/*base list*/
	font-size:1.0em;
	float:left;									/*positions base list on page*/
	list-style:none;								/*stops list from being bulleted*/
	line-height:1.4em;									/*spacing between lines within each list*/
	font-weight:normal;								/*boldness on all lists*/
	padding:0;										/*how far from the list-chunk edges the text appears*/
	border:0;										/*applies to all list-chunk borders*/
	margin:0 0 0 13%;										/*spacing around base list*/
	border-left:1px solid #5F5F5F;
	height:2.2em;
}
#nav a, #nav div.dummyA {/*text of (all) links*/
	display:block;									/*how to show links (don't change)*/
	font-family:verdana, sans-serif;				/*font face on all lists*/
	font-size:1.0em;								/*changes font size on all lists... without messing proportions up (as it would if it applied to the above ul section as then all later ems are based on that setting rather than explicitly within themselves)*/
	color:#5F5F5F;									/*font colour for all links (effectively all text)*/
	text-decoration:none;							/*how to show all links text*/
	padding:0.4em 0.6em;							/*padding each link's TEXT (topbottom / leftright)*/
	font-weight:bold;
	width:auto;
	height:auto;
	/*background-color:#F3F4F4;*/
}
#nav li {/*all list elements (not lists, list elements) */
	float:left;									/*layout of list (elements relative to each other, not to rest of page) */
	padding:0;										/*0 padding = keep lists together - leave it alone*/
	border-top:0;
	border-bottom:0;
	border-right:0;
	border-right:1px solid #5F5F5F;
	/*border:1px solid #007741;*/
	text-align:left;
	background-color:#F3F4F4;
}
#nav li ul { /* all sublevel lists*/
	background-color: #fff;						/*text background on all lists*/
	position:absolute;								/**/
	left:-999em;									/*hide lists way offscreen to the left*/
	height:auto;									/**/
	font-weight:normal;							/*boldness of sub-level text*/
	/*border-width:0.1em;*/							/*border around sub-level LISTS (not list elements)*/
	/*border-top:1px solid #007741;*/
	/*border-right:1px solid #007741;*/
	/*border-bottom:1px solid #007741;*/
	border-left:1px solid #5F5F5F;
	margin:0 0 0 -1px;						/*positioning of popup lists*/
	width:15em;
}
#nav li li {/*sublevel list elements*/
	padding:0;
	width:15em;
	/*font-size:0.9em;								changes font size on all lists... without messing proportions up (as it would if it applied to the above ul section as then all later ems are based on that setting rather than explicitly within themselves)*/
}
#nav li ul a {
	width:14em;							/*width of active area*/
	font-size:1.0em;								/*text size in the drop downs*/
}
#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, #nav li.hover {/* IE7 hack */
	position:static;
}
#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-color:#ccc;
	/*background: transparent url(../images/nav_grad.gif) repeat-x scroll center center;*/
}


