/* navigaton bar */

#pj-navigation {
	background-color: #006600;
	border-bottom:2px solid #000;
	color: #ccffcc;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

#pj-navigation a:link { color:#31ff00; text-decoration: none; }
#pj-navigation a:visited { color: #33ff00; text-decoration: none; }
#pj-navigation a:hover, a:active { color: #33ff00; text-decoration: underline }

#pj-navigation-floating {
	background-color: #006600;
	border-bottom:2px solid #000;
	color: #ccffcc;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

#pj-navigation-floating a:link { color:#31ff00; text-decoration: none; }
#pj-navigation-floating a:visited { color: #33ff00; text-decoration: none; }
#pj-navigation-floating a:hover, a:active { color: #33ff00; text-decoration: underline }

#pj-navigation-spacer {
	position: relative;
	top:0;
	left:0;
	height: 52px;
	width: 1px;
}

#pj-navigation-title {
	position: relative;
	width: 680px;
	height: 24px;
	top: 12px;
	left:20px;
	margin: 0;
	padding: 0;
	font-family: "New York", Times, serif;
	font-size: 18px;
	line-height: 26px;
	text-shadow: 1px 1px 0px #003800;
}

