#button {
	margin-right: 5px;
	width: auto;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#button ul {
	margin: 0px; 
	list-style-type: none;
	
}
#button li {
	list-style-type: none;
	margin-bottom: 2px;
}
#button li a{
	color: #333333;
	border-left: 15px solid #666666;
	padding: 5px;
	display: block;
	width: 155px;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#button li a:hover {
	color: #333333;
	display: block;
	background-color: #999999;
	border-color: #006600;
	border-left-style: solid;
	border-left-width: 15px;
}
