#nav_bar {
	margin: 0px;
	padding: 0;
	height: 29px;
	padding-top:71px;
	}

#nav_bar ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	float:right;
	}

#nav_bar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#nav_bar ul li a {
	font: normal 14px/26px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align: right;
	color: #1dc8c6;
	text-decoration: none;
	
	
	width: 100px;
	height: 29px;

	margin: 2px 0 10px 0;
	border: 0px;
	padding: 0;

	display: block;
	}

#nav_bar ul li a:hover {
	color: #000000;
	font-weight: bold;
	/*background-image: url('../images/navBar/navBar_active.jpg');/*navBar_hover.jpg*/
	background-repeat: repeat;
	z-index: 2;
	}

#nav_bar a:active {
	color: #000000;
	font-weight: bold;
	background-image: url('../images/navBar/navBar_active.jpg');
	background-repeat: repeat;
	z-index: 2;
	}

/* Calls out the link of the page they are on - sense of where they are */
#nav_bar li#active a {
	color: #948776;
	font-weight: bold;
	background: #0f0;
	}