/* CSS Document */
/* ---- Top tpNavbar ---- */
a {
	text-decoration: none;
}
#tpNav {
	border-bottom: 1px solid #F9C71A;
	display: block;
	list-style: none;
	line-height: 1.80em;
	margin-top: 5px;
	margin-left: 5px;
	clear: both;
}
 #tpNav ul {
 	padding: 0;
	list-style: none;
	margin: 0;

 }
#tpNav li {
	float: left;
	margin: 0px;
	padding: 0 0 0 .3em;
}
#tpNav a {
	text-align: center;
	display: block;
	background-color: #66F;
	color: #F9C71A;
	font-size: 1em;
	padding: 0 .5em;
}
#tpNav a:link, #tpNav a:visited {
	display: block;
	background-color: #66F;
	color: #F9C71A;
	padding: 0 .5em;
}
#tpNav a:hover, #tpNav a:active {
	display: block;
	width: auto;
	background-color: #F9C71A;
	color: #66F;
	padding: 0 .5em;
}

html>body #tpNav li {
	text-align: center;
}

#tpNav li ul {
	position: absolute;
	font-size: 1em;
	width: auto;
	left: -999em;
	margin-left: 0;
	text-align: right;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F9C71A;
}
#tpNav li ul li {
	text-align:center;
	padding-left: .0em;
	border-top: 0.025em solid #F9C71A;
	border-left: 0.050em solid #F9C71A;
}
#tpNav li ul ul { /* third-and-above-level lists */
	margin: -1.8em 0 0 12em;
}

#tpNav li:hover ul ul, #tpNav li:hover ul ul ul, #tpNav li.sfhover ul ul, #tpNav li.sfhover ul ul ul {
	left: -999em;
	background-color: #66F;
	color: #F9C71A;
}

#tpNav li:hover ul, #tpNav li li:hover ul, #tpNav li li li:hover ul, #tpNav li.sfhover ul, #tpNav li li.sfhover ul, #tpNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #66F;
	color: #F9C71A;
}
