.buttonscontainer {
	width: 130px;
	top: 2px;
	position: relative;
	height: 290px;
	z-index: 4;
}

.buttons a {
	color: #000000;




background-color: ;
	padding: 2px 2px 2px 3px;
	display: block;
	border-left: 10px solid #000000;
	font: bold 14px/35px Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: groove;
	z-index: 5;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

.buttons a:hover {
	border-left: 10px solid #617D8B;
	text-decoration: none;
	color: #0A246A;
	background-color: #FFFFFF;
	font-style: italic;
	z-index: 5;
	font-weight: bolder;
}
