@charset "UTF-8";
/* CSS Document */

/* begin horizontal menu */
#mainNav {
	background: #7d6a55 url(../images/navigation/mainNavBg.png) no-repeat top right;
	top: 105px;
	left:0;
	position: absolute;
	list-style: none;
	z-index: 100;
	display: block;
	width: 100%;
	min-height: 30px;
	font-size: 1.13em;
	margin: 0;
}
#mainNav li {
	float:left;
	position: relative;
	display: inline;
	line-height: 30px;
}
#mainNav li:hover {
	background: #3e2c1d;
}
#mainNav a {
	display: block; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color: #ebe5df;
	line-height: 30px;
	padding: 0 1em;
	border-right: solid 1px #ebe5df;
}
#mainNav a:hover {
	color: #fff;
}
/* begin current-page styles */
#home #mainNav li.home, #about #mainNav li.about, #podspots #mainNav li.podspots, #knols #mainNav li.knols, #blog #mainNav li.blog, #insights #mainNav li.insights, #courses #mainNav li.courses, #admin #mainNav li.admin {
	background: #3e2c1d;
}
#home #mainNav .home a, #about #mainNav .about a, #podspots #mainNav .podspots a, #knols #mainNav .knols a, #blog #mainNav .blog a, #insights #mainNav .insights a, #courses #mainNav .courses a, #admin #mainNav .admin a {
	color: #fff;
	cursor: default;
}
/* end current-page styles */
/* end horizontal menu */

/* Begin topNav menu */
#topNav {
	position: absolute;
	top: 0px;
	right: 0px;
	list-style: none;
	display: inline;
	width: 27em;
	margin-right: 1em;
	margin-top: 1em;
}
#topNav li {
	float: right;
	display: inline;
	border-right: 1px solid #7d6a55;
	padding-right: .67em;
	padding-left: .67em;
}
#topNav a {
	color: #7d6a55;
}
#topNav li:first-child {
	/* border-left: 1px solid #7d6a55; */
	border-right: none;
}
/* end topNav menu */



/* begin external link icon */
.external { 
	background: url(../images/navigation/externalLinks-f1.gif) no-repeat right center;
	padding-right: 12px;/* gives space to separate icon from link text */
}
.external:hover { 
	background: url(../images/navigation/externalLinks-f2.gif) no-repeat right center;
}
/* end external link icon */