@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

#button {
	width: 130px;
	padding: 0 0 10px 0;
	margin-bottom: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #CCCCCC;
	color: #666666;
	text-align: right;
	font-size: 12px;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
	margin: 0;
	list-style: none;
	list-style-image: none;
		}
	
	#button li a {
	display: block;
	padding: 8px 25px 8px 0px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	text-align: right;
	}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
	background-color: #CCCCCC;
	color: #CC0000;
	font-weight: bold;
		}

