#menu
{
	position: relative;
	left: 0px;
	bottom: -20px;
	padding: 10px;
	margin: 0px;
	width: 160px;
	line-height: 16px;
	background-image:url('img/bg_soft_white_50.png');
	text-transform: lowercase;
	font-weight: bolder;
}

#menu a
{
	color: #333;
	text-decoration: none;
}

#menu a:hover
{
	color: #333;
	text-decoration: underline;
}
