#button {
	margin-bottom: 1em;
	font-family: Tahoma, Arial, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 10px;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	width: 200px;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
	margin: 0;
	list-style: none;
	list-style-image: none;
	padding-bottom: 5px;
                }

        #button li a {
	display: block;
	color: #999999;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0.5em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
                }

        html>body #button li a {
                }

        #button li a:hover {
	color: #C2C299;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C2C299;
                }

        #button li #active {
                }
