.navbar
{
	font-family: 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	line-height: 25px;
	text-align: center;
	padding: 0px;
	background-image: url(../images/PhotoGray_nav_bg.jpg);
	background-repeat: repeat-y;
	border-top: 2px solid #00AEEF;
	border-bottom: 2px solid #00AEEF;
	font-weight: bold;
}

.navbar-bg { padding: 6px 0px 4px 0px; }

.navbar ul
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.navbar ul li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

.noncurrent-page a:visited
{
	text-decoration: none;
	color: #FFF;
	text-shadow: 0px -1px 2px #333;
}

.noncurrent-page a
{
	text-decoration: none;
	color: #FFF;
	text-shadow: 0px -1px 2px #333;
}

.noncurrent-page a:hover
{
	text-decoration: none;
	color: #00AEEF;
	text-shadow: 0px -1px 2px #333;
}

.current-page a
{
	text-decoration: none;
	color: #00AEEF;
	text-shadow: 0px -1px 2px #7E7E7E;
}

.current-page a:visited
{
	text-decoration: none;
	color: #00AEEF;
	text-shadow: 0px -1px 2px #7E7E7E;
}

.current-page a:hover
{
	text-decoration: none;
	color: #00AEEF;
	text-shadow: 0px -1px 2px #7E7E7E;
}
