/* This stylesheet defines the properties for the navigation buttons */

/* ---------------------- */
/* Navigation Bar Buttons */
/* ---------------------- */

.navbutton
	{
	font-weight: bold;
  text-align: center;
	font-size: 0.9em;
	}

/* Define the navigation buttons "at rest" */

.navbutton a
	{
	color: #fff;
	background-color: transparent;
  text-decoration: none;
	}

/* Define the navigation buttons when the mouse hovers over them */

.navbutton a:hover
	{
	color: #a6a6a6;
	background-color: #000;
  text-decoration: none;
	}
