BODY {
	background: url('images/shadowbg.jpg');
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover #links {
	background: url('images/menuhover.jpg');
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 35px;
	border-right: 1px solid black;
}
#links {
	background: url('images/links.jpg');
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 35px;
	border-right: 1px solid black;
}
#active {
	cursor: default;
	background: url('images/menuhover.jpg');
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 35px;
	border-right: 1px solid black;
}