/* begin sectnav */

#sectnav li .current  {
	color:#444444;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}




#sectnav {
    color: #333333; /* font color for current selection */
    width: 100%;
	clear: both;
	background-color: #FDFDFC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	border-bottom-width: 1px;		/* creates dividing lines */
	border-bottom-style: solid;
	border-bottom-color: #999966;
}

#sectnav ul{
    padding-left: 10px;
}
 
#sectnav li{
	display: inline;	 /* makes the list display horizontal */
	padding-left: 0.6em;               
	margin-right: 0.3em;
	padding-right: 1em;
	font-weight: bold;            /* sets the type face to bold */
	font-size: 9px; 
	border-right-width: 1px;		/* creates dividing lines */
	border-right-style: solid;
	border-right-color: #999966;
}

#sectnav li.last {
	border-right: 0;
}


#sectnav a {
	color: #876655;
	font-weight: bold;
	text-decoration: underline;
}

#sectnav a:hover {
	color:#663333;
	text-decoration: none;
	
}

/* end sectnav */

