#button {
/*	width:640px;*/
	text-align:center;
	}
#button ul {
	margin:0px;
	padding:0px; 
	}
#button li {
	list-style-type:none;
	margin:10px;
	display:inline;
	line-height:100%;
	float:left;
	font-size:20px;
	font-weight: normal;
	text-align:center;
	}
#button a {
	display:block;
	width:100px;
	padding:10px 0px 10px 0px;
	border-style:outset;
	border-width:2px;
	border-color:#e0e0ff;
	font-color:#000000;
	background-color:#ddeeff;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff, endcolorstr=#aaccff, gradienttype=0);
	}

#button a:link {
	color: #000000;
	text-decoration: none;
	}
#button a:visited {
	color: #000000;
	text-decoration: none;
	}
#button a:hover {
	color: #ffffff;
	text-decoration: none;
	border-style:inset;
	border-width:2px;
	border-color:#5588ff;
	background-color:#5588ff;
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5588ff, endcolorstr=#000088, gradienttype=0);
}
#button a:active {
	color: #000000;
	text-decoration: none;
	}

