@charset "utf-8";
/* CSS Document */
/* File Name: "navbars.css" */

#navbar_ps {
	position: relative;
	margin: 0;
	padding: 0;
	left: 135px;
	top: 1px;
	height: 25px;
	width: 850px;
	list-style-type: none;
	}

#navbar_ps ul {
	padding: 0;
	margin: 0;

	}

#navbar_ps li {
	float: left;
	width: 85px;
	height: 25px;
	font-family: Calibri;
	font-size: 14px;
	}
	
#navbar_ps li a {
	display: block;
	background-image: url(http://www.polissance.org/graphics/bckgrnds/btn_psnav_up.jpg);
	background-repeat: repeat-x;
	border-color: #2A334F;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	text-decoration: none;
	text-transform:uppercase;
	width: 84px;
	height: 20px;
	position: relative;
	top: -1px;
	padding-top: 4px;
	padding-bottom: -2px;
	padding-bottom: 1px;
     }
/* place the "current" pseudo class here */
#navbar_ps li a.current {
	height: 20px;
	background-image: url(http://www.polissance.org/graphics/bckgrnds/btn_psnav_down.jpg);
	background-repeat: repeat-x;
	color: #000000;
	border-style: solid;
	border-width: 5px 1px 1px 1px;
	border-color: #990100 #2A334F #2A334F #2A334F;
     }
#navbar_ps li a:hover {
	position: relative;
	top: -5px;
	height: 20px;
	background-image: url(http://www.polissance.org/graphics/bckgrnds/btn_psnav_down.jpg);
	background-repeat: repeat-x;
	color: #000000;
	border-style: solid;
	border-width: 5px 1px 1px 1px;
	border-color: #990100 #2A334F #2A334F #2A334F;
	}

/* CONTENT NAV STYLING */
#contentnav ul {
	padding: 0;
	margin: 0;
	}
#contentnav li {
	position: relative;
	top: -19px;
	padding: 0 5px 0 5px;
	float: right;
	font-family: "Trebuchet MS";
	font-size: .81em;
	list-style-type: none;
	}
#contentnav li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #555555;
     }

/* place the "active" pseudo class here */
#contentnav li a.active {
	display: none;
     }
#contentnav li a:hover {
	color: #888888;
     }