@charset "utf-8";
#main a {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: lowercase;
	color: #666666;
	background-color: #F8F8F8;
	display: block;
	height: 38px;
	width: 210px;
	padding-top: 20px;
	padding-left: 10px;
	text-decoration: none;
	margin-top: 5px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: crosshair;
	font-style: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(buttonbg.png);
	background-position: left top;
}
#main a:hover {
	color: #666666;
	background-color: #F8F8F8;
	background-image: url(buttonbg_2.png);
}
