@charset "utf-8";
/* CSS Document */
div#green_button {
}
div#green_button li {
	height: 28px;
	width: 113px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	list-style-type: none;
	background-image: url(/images/button_green_up.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 200%;
	margin: 5px;
	float: left;
	list-style-position: outside;
}
div#green_button li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
div#green_button li a:link {
	color: #FFF;
}
div#green_button li a:visited {
	color: #FFF;
}
div#green_button li a:hover {
	font-weight: bold;
	color: #333;
}
div#green_button li a:active {
	font-weight: bold;
	color: #FFF;
	background-image: url(/images/button_green_down.gif);
	background-repeat: no-repeat;
}

