/* navigation elements */
			
#mainnav {
	height:27px;
	font-size: 12px; font-weight:normal; font-family: 'arial';
	text-transform:uppercase;
	margin:0; margin-left:8px;
	padding:0;
	position:absolute; bottom:0; left:0;
	}

html>body #mainnav  { margin-left:8px;} 
/* what we really want - IE 4/5/6 can't see */
	
	
#mainnav ul {
	margin: 0; 	padding: 0;
	}
	
#mainnav li {
	float: left;
	list-style-type: none;
	margin:0; padding: 0;
	white-space: nowrap;
	display:block;
	margin-bottom:8px;
	}
	
#mainnav a {
	padding: 3px 13px 8px 13px; margin-bottom:0;
	text-decoration: none;
	color:#fff; display:block
	}

html>body #mainnav a  {padding: 3px 13px 8px 13px;} 
/* what we really want - IE 4/5/6 can't see */
		
#mainnav a:hover, #mainnav li#active {
	background-color: #97cc44;
	}





	
#subnav {
	font: bold 12px/16px arial,helvetica,sans-serif;
	text-align:left;
	margin:1em 0 0 11px;
	padding:0;
	white-space:no-wrap;
	float:left;
	width:140px;
	color:#fff;
	}

html>body #subnav  {margin-left:22px;} 
/* what we really want - IE 4/5/6 can't see */

#subnav ul {
	list-style: none;
	padding:0; border:0; margin:0;
	}
		
#subnav li {
	list-style: none;
	background:transparent;
	margin:0 0 1em 0;
	line-height:normal;
	text-align:left;
	}

/* below is where you specify the height of the block and the display */
		
#subnav li a {
		color: #fff;
		text-decoration: none;
		padding:0;	margin:0;
		text-transform:uppercase;
		}


	#subnav li a:hover {
		color:#3f4a15;
		}

	#subnav #active a {
		color:#3f4a15;
		}
