ul#menu {
	width: 100%;
	height: 50px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover {
	color: #570F11;
}
ul#menu li a.current{
	color: #FFF;
	background: #FFF url("images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}
#shell #wrapper #copyright a:hover {
	text-decoration: underline;
}
#shell #wrapper #copyright a:link {
	color: #570F11;
}
#shell #wrapper #copyright a:visited {
	color: #570F11;
}
#shell #wrapper #copyright a:active {
	color: #570F11;
}
