﻿#navigation {
/*	background-color: #ca7; */
	background-color: #fff;	
	overflow: hidden;
	text-align: center;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#jnavigation { 
     text-align:center;
	 list-style:none;
	 }

#jnavigation ul {
	list-style-type: none;
	text-align: center;

}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: black;
	margin: 0 1px;
	border: 0px;
	background-color: #FFBFED;	
}

#navigation a:hover {
	color: white;
	text-decoration: none;
/*	border: 1px solid #ed9; */
/*	background-color: #ed9; */
/*	background-color: #FFBFED;	*/
	background-color: #00BBCC;	
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
