#buttons {
	width: 14em;
	border-right: 1px solid #000;
	margin-bottom: 1em;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	}
#buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#buttons li {
	border-bottom: 1px solid #90BADE;
	margin: 0;
	display: block;
	list-style: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #FFFF00;
	background-color: #0066ff;
	font-size: 12pt;

	}
#buttons li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958B7;
	border-right: 5px solid #0066FF;
	background-color: #0066FF;
	color: #ffffff;
	text-decoration: none;
	width: 12m;
	}
#buttons li a:hover {
	border-left: 10px solid #1C64D1;
	border-right: 10px solid #5BA3E0;
	background-color: #66CCFF;
	color: #FFFF99;
	}
#buttons DarkText {
	.DarkText {
	color: #333;
}
