/*Created by Supun Manukulasuriya*/

#top_buttons {
	margin-bottom: 5px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position: relative;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	background-color: white;
	background-image:url('../images/buttons.jpg');    
	color: #333;
}
#top_buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-left: 2px;
	_margin-left: 0px;    
}

		
#top_buttons li {
	border-right: 2px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	 float: left;  
}

#top_buttons li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		background-color: rgb(168, 177, 250);
	/*	background-color: rgb(201, 211, 247);   */
		color: black;
		text-decoration: none;
		width: 101px;   
	/*	width: 101  */
		}

	html>body #button li a {
		width: auto;
		}

	#top_buttons li a:hover {
		
		background-color: #9999ff;
		color: black;
		}

#top_buttons2 {
	margin-bottom: 0px;
	left: -398;   
	margin-left: 50%;
/*	margin-right: auto;  */
	font-size: 12px;
	width: 798;
	position: relative;   
		}

#top_buttons2 ul {
	list-style: none;
	padding: 0;
	border: none;
	margin-left: 2px;
}

		
#top_buttons2 li {
	border-right: 2px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	  float: left;  
}

#top_buttons2 li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		
	/*	background-color: rgb(201, 211, 247);  */
		background-color: rgb(168, 177, 250);
		color: black;
		text-decoration: none;
		font-size: 12px;
	/*	width: 101px   */
		width: 110px;
		}

	html>body #button li a {
		width: auto;
		}

#top_buttons2 li a:hover {
	/*	background-color: #A3ACC9;  */
		background-color: #9999ff;
		color: black;
		}
