﻿/* PPS - Navbar - Style Sheet
================================== */

div#navbar  {
	color: #999999;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	display: block;
	padding-left: 0px;
	top: 0px;
	width: 981px;
	height: 40px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	float: left;
	position: relative;
	background-image: url('../images/pps-menu.png');
	background-repeat: repeat-x; 
	z-index:10;}
	
#navbar ul {
	float:left;
	width:961px;
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	height: 40px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	border-left: 0px solid #ffffff;
	margin-left:20px;
	background-image: url('../images/pps-menu.png');
	background-repeat: repeat-x ;}
	
#navbar li {
	display:inline;
	text-align: center;
	height: 40px;
	border-bottom: 0px solid #cccccc;
	width:auto;
	background-repeat:no-repeat; font-size:1.2em; }

#navbar a {
	color: white;
	text-decoration: none;
	padding: 9px 20px 0px 20px;
	border-right: 2px solid #ffffff;
	width: auto;
	float: left;
	text-align: center;
	height: 31px;
	text-align: center;
	border-bottom: 0px solid #ff9933;
	font-weight: bold;}

#navbar a:hover {
	color: #b1c8d6;
	text-decoration: none; 
	padding: 9px 20px 0px 20px;
	border-right:2px solid #ffffff;
	width: auto;
	float: left;
	text-align: center;
	height: 31px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	font-weight:bold;}
	
#navbar li a.homeactive{
	color: #ffffff;
	height: 31px;
	font-weight:bold;
	border-bottom:0px solid #000000;
	border-left: 0px solid white;}
	
#navbar  a.homeactive{
	color: #FFFFFF;
	text-decoration: none;
	padding: 9px 20px 0px 20px;
	border-right:2px solid #ffffff;
	width: auto;
	float: left;
	text-align: center;
	border-left: 0px solid white;
	height: 31px;
	text-align: center;
	border-bottom: 0px solid #ff9933; 
	background-image:url('../images/pps-menu-on.png');
	background-repeat: repeat;}
	