/*Created by Samiru Manukulasuriya*/

#top_buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

		
#top_buttons li {
	border-right: 2px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 0;
	float: left;
}

#top_buttons li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		
		background-color: rgb(201, 211, 247);
		color: black;
		text-decoration: none;
		width: 120px
		}

	html>body #button li a {
		width: auto;
		}

	#top_buttons li a:hover {
		
		background-color: #A3ACC9;
		color: black;
		}

