ul, ol, dl {
	position: relative;
}
.menu {
	width : 220px;
	float : left;
	padding-right : 8px;
}
img {
	border : 0;
}
.menu ul {

	margin : 0;
	padding : 0;
	margin-bottom : 0;
}
.menu ul li {
	padding-bottom : 2px;
	opacity: 0.7;
	text-align : center;
}




.menu ul li a {
	height : 100px;
	font : normal 24px Arial;
	color : black;
	display : block;
	margin-top : 12px;
	line-height : 17px;
	text-decoration : none;
}
.menu ul li a:visited {
	color : black;
}
.menu ul li:hover {
	color : white;
	opacity: 1.0;
}
