/* Navigation bar (tabs) and styles modified from Daniel Burka's download at SilverOrangeLabs [http://labs.silverorange.com/archives/2004/may/updatedsimple] */
#main {
	clear: both;
	background: #999900;
	padding-top: 1.5em; /*removes second nav space from home page */
}

#contents {
	padding: 0;
	background: #FFFDF3;
	min-height: 300px;

}

#header {
	position: relative;
	width: 740px;
	height: 2em;
	background: white;
	
}

ul#primary {

	background: white;
	color: #b30000;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 740px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */}

#header ul#primary li  {
	display: inline;
	list-style: none;

}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 82px;
	display: block;
	float: left;
	padding:6px 0;
	
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background: #999900;
	color: white;
	
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border-bottom: none;
	background: #;
	padding-bottom: 6px;
	margin-top: 2;
	
}

#header ul#primary {
background-color: #999900;
	color: #4B4E1E;
	border-bottom: none;
	
}

#header ul#primary a:hover {
	margin-top: 0;
	background: #FFFAE1;

	padding-bottom: 5px;
	background-color: #FAFFB0;
	
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 740px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 14px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted white;
	background: none;
	

}

#header ul#secondary li a {
	color: white;
	text-decoration: none;
	
}

#header ul#secondary li a:hover {
	color: #FAFFB0;
	background: transparent;
	padding: 0 14px;
	border: none;
	border-right: 1px dotted white;
	background-color: #70642B;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

p.note	{
		background: #EEE;
	}
