ul#primaryNav {
	padding: 0;
	margin: 0;
}

#primaryNav li {
    white-space: nowrap;
	font-weight: bold;
	cursor: pointer;
	padding: 7px;
	list-style: none;
}

#primaryNav a {
	text-decoration: none;	
}

#primaryNav a:link, #primaryNav a:visited {
	color: #666633;
}

#primaryNav a:active {
    color: red;
}

#primaryNav a:hover {
	color: black; 
}

/* current section */
.home #primaryNav #home,
.who #primaryNav #who,
.what #primaryNav #what,
.projects #primaryNav #projects,
.testimonials #primaryNav #testimonials,
.rates #primaryNav #rates,
.resources #primaryNav #resources,
.partners #primaryNav #partners,
.blog #primaryNav #blog,
.contact #primaryNav #contact {
	background-color: white;
	cursor: text;
}

/*** Secondary ***/
div.secondary {
    /*border: 2px dashed #666633;*/
    margin-bottom: 2em;
}
.secondary {
    /*white-space: nowrap;*/
	font-weight: bold;
	color: #666633;
	background-color: white;
}
.secondary :link, .secondary :visited {
    text-decoration: none;
	color: #666633;
}
.secondary a:active  {
    color: red;
}
.secondary a:hover  {
    color: black;
	text-decoration: none;
}
.secondary a {
    white-space: nowrap;
    display: inline;
    padding: 0.1em 0.5em;       /* T, R, B, L */
    margin: 0 -0.5em 0 0;
    border: 1px solid #666633;
}
.secondary .current {
	color: white;
	background-color: #666633;
}
.secondary .current :link, .secondary .current :visited {
	color: white;
}
.secondary a.current:hover {
	color: #BDB76B;
}
