
.menulist
{

	padding: 0;
	height: 20px;
	position: absolute; /* place the menu within the page header */
	top: 60px; /* place the menu within the page header */
	left: 234px; /* place the menu within the page header */
}

ul.menulist 
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul.menulist li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

ul.menulist li a
{
	background: #fff;
	width: 91px;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #ababab;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 13px/20px "Lucida Grande" , "Lucida Sans Unicode" , verdana, lucida, sans-serif;
}

ul.menulist li a:hover
{
	color: #333;			/* deep red */
	background: #F7941C;	/* watsal orange */
}

.menulist a:active
{
	background: #F7941C;		/* watsal orange */
	color: #333;
}

.menulist li#active a
{
	background: #F7941C;		/* watsal orange */
	border: 1px solid #F7941C;	/* watsal orange */
	color: #333;
}

#footer ul
{
	float: right;				/* place the nav bar within the page footer */
	width: 525px;
}

#footernav li
{
	display: inline;
	list-style-type: none;
}

#footernav li a
{
	padding-left: 38px;
	margin: 0;
	color: #666666;
	text-decoration: none;
	font: normal 12px "Lucida Grande" , "Lucida Sans Unicode" , verdana, lucida, sans-serif;
}

#footernav li a:hover
{
	color: #993300;			/* deep red */
}

#footernav li.copyright
{
	color: #666666;
	font: normal 12px "Lucida Grande" , "Lucida Sans Unicode" , verdana, lucida, sans-serif;
	display: block;
	padding-left: 160px;
}



