@charset "utf-8";
/* CSS Document */

#menu {
	width: 210px;
	float: left;
	margin-top: 155px;
}
#menu ul {
	list-style: none;
	padding-bottom: 3px;
	font-size: 0.85em;
}
#menu li {
	list-style: none;
}
#menu li a:link, #menu li a:visited, #menu li a:active {
	display: block;
	height: 30px;
	line-height: 30px;
	background-image: url(button0.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 0.85em;
	font-weight: normal;
}
#menu li a:hover {
	background-image: url(button1.gif);
	color: #FFFFFF;
	font-weight: normal;
}

