.menu  {
	float: left;

	width: 160px;
	height: 370px;

	text-align: left;
	background: url('../images/menu-bg.gif') no-repeat;

padding-top: 10px;
margin-top: 20px;
}

.menu a { color: #C0C0C0; text-decoration: none; }
.menu a:hover { color: white; text-decoration: underline; font-weight: bold; }

.menu-button {
	width: 145px;
	height: 24px;
	border: 0;
	margin: 0;
	padding: 0;
}
