/**************/
/* NAVIGATION */
/**************/

.navbar {
	font-family: 'Hoefler Text', 'Times New Roman', serif;
	font-size: .6em;
	color: #463C3C;
	background-color: #FAF9F5;
	margin: 0px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-bg {
	text-align: center;
	padding: 3px 0px 0px 0px;
}

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

li {
	list-style-type: none;
	display: inline;
	padding: 0px 10px 0px 10px;
}


li a {
	text-decoration: none;
	color: #463C3C;
}

li a:visited {
	text-decoration: none;
	color: #463C3C;
}

li a:hover
{
 	color: #83785B;
	text-decoration: none;
}


li.current-page a
{
	color: #9C6810;
	text-decoration: none;

}

/**************/
/* NAVIGATION */
/**************/

.main_link {
    color: #463c3c;
	text-decoration: none;
}
.main_link:active,.main_link:visited,.main_link:link{
    color: #463c3c;
	text-decoration: none;
}
.main_link:hover{
    color: #9c6810;
/*
    color: #FF0000;
    color: #83785B;
*/
	text-decoration: none;
}

.main_link_inactive {
    color: #B0B0B0;
}
#nav_curr a:visited {
    text-decoration: none;
}
#nav_curr a:hover {
    text-decoration: none;
}
#nav_curr a {
    color: #9c6810;
    text-decoration: none;
}

/**************/
/* AUX LINKS  */
/**************/

.aux_link {
  color: rgb(127, 96, 0);
/*
  color: #9c6810;
  color: #463c3c;
*/
	text-decoration: none;
}
.aux_link:active,.aux_link:visited,.aux_link:link{
  color: rgb(127, 96, 0);
	text-decoration: none;
}
.aux_link:hover{
  color: #9c6810;
	text-decoration: none;
}

