#buttonlist {
list-style: none;
border-right: 0px solid #000;
padding: 3px 0px 5px 0px;
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
text-align: right;
}
#buttonlist ul {
list-style: none;
margin: 8px 0px 5px 10px;
padding: 3px 0px 5px 10px;
border: none;
color: #000;
text-align: right;
}
#buttonlist li {
border-bottom: 1px solid #fff;
margin: 0px;
padding: 0px;
}
#buttonlist li a {
list-style: none;
display: block;
padding: 8px 6px 5px 10px;
color: #000;
text-decoration: none;}


#buttonlist li a:hover {
border-left: 0px;
border-right: 0px;
background-color:#eaeaea;
color:#B70000;
}

.navigation {
	width: 150px;
	border-right: 1px solid #ccc;
	float: left;
	vertical-align: top;
}
