@charset "utf-8";
/* CSS Document */

div#button {
    height: auto;
    width: 200px;
}
div#button li {
	height: 20px;
	width: 200px;
	

	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
	list-style-type: none;
	background-image: url(buttoninfo.gif);
	background-repeat: repeat;
	vertical-align: middle;
	font-weight: bold;
}
div#button li a{
height: 20px;
width: 200px;
color:#FFFFFF;
text-decoration:none;
}

div#button li a:hover{
height: 20px;
width: 200px;
text-decoration:underline;
}




