.buttonscontainer {
	width: 170px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-left: 3px;
}

.buttons a {
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
}

.buttons a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/bgtile.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
