#menu {
	width: 200px;
	margin-left: 20px;
	margin-top: 26px;
	margin-bottom: 26px;
	float: left;
}
#menu a:link {
	color: #666;
	text-decoration: none;
}
#menu a:hover {
	color: #ccc;
	text-decoration: underline;
}
#menu a:visited {
	color: #666;
	text-decoration: none;
}
#sub-menu {
	background-image: url(menu_images/sub_bkg.jpg);
	text-align: right;
	line-height: 160%;
	font-weight: 600;
}
#sub-menu a:link {
	color: #4d5a11;
	text-decoration: none;
	font-weight: 600;
}
#sub-menu a:hover {
	color: #4d5a11;
	text-decoration: none;
	font-weight: 600;
}
#sub-menu a:visited {
	color: #4d5a11;
	text-decoration: none;
	font-weight: 600;
}
