
#cambuttons {
	width: 170px ;
	text-align: center ;
}
#cambuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center ;
}
#cambuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	text-align: center ;
	font-weight: bold ;
	font-size: 17px ;
	
}
#cambuttons li a {
	color: #000 ;
	background-color: #C0C0C0 ;
	border: 1px outset #00f ;
	width: 170px ;
	text-decoration: none ;
	display: block ;
	padding-top:3px;
	padding-bottom:3px;
	text-align: center ;
}
#cambuttons li a:hover {
	color: #ff0 ;
	background-color: #336699 ;
	text-align: center ;
}
