/*navigation—p&AD—pcss*/

#navbar{
	background-color:	#98FB98;
	padding: 0px;
	width: 800px;
	height: 25px;
	position: absolute;
	margin:auto;
	top:10px;
	left:0px;
	border-bottom: none;
	border-top: none;
	}
#navbar h2{
	width: 135px;
	float: left;
	text-align :center;
	margin: 0px;
	font-family: Helvetica;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 0.9em;
	border-left:dotted 1px	#8B0000;
	border-right:none;
	padding-left: 0px;
	}
	
#navbar a{
	color:	#8B0000;
	font-weight: nomal;
	}

#navbar a:link{
	color:	#000000;
	font-weight: nomal;
	}
#navbar a:hover{
	color:		#8B0000;
	font-weight: nomal;
	}

