/*
#header-nav  { background: #38672f url(../images/shadow.gif) repeat-x bottom; margin: 0; padding: 0; position: relative; width: 100%; max-width: 100%; height: 16px; overflow: hidden; } 

#header-nav ul       { font-size: 0.8em; font-weight: bold; line-height: 1.2em; white-space: nowrap; list-style-type: none; margin: 0 0 0 10px; padding: 0; overflow: hidden } 
#header-nav ul li    { list-style-type: none; display: inline; margin: 0; padding: 0 }#header-nav a   { color: #e6e1c9; text-decoration: none; display: block; padding: 0 10px; float: left; border-right: 1px solid #e6e1c9 }#header-nav a:hover, #header-nav a:active, #header-nav a:focus { color: #e6e1c9; background-color: #145939 }#header-nav ul li#last a { border: none }
*/

/* Horizontal Navigation */#header-nav{	height: .75em;
	padding: 2px 10px 6px 10px;	background: #38672f url(../images/shadow.gif) repeat-x bottom;}#header-nav ul{	margin: 0;	padding: 6px 0 2px;	list-style: none;	font: .9em/1.5em Tahoma, Verdana, Arial, sans-serif;	letter-spacing: 1px;}#header-nav li{	margin: 0;	padding: 0;	display: inline;
}#header-nav a{	color: #fdfee9;	margin: 0 8px 0 0;	padding: 2px 5px;	white-space: nowrap;	border: 1px solid #38672f;
	text-decoration: none;	}

/*#header-nav a.current{	color: white;	background-color: #155233;	border: 1px solid #34694e;}*/#header-nav a:hover{	color: white;	background-color: #155233;	border-bottom: none;
	padding: 2px 5px;}