/*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;
		}

	html>body #button li a {
		width: auto;
		}

	#top_buttons li a:hover {
		background-color: #9999ff;
	/*	background-color: #A3ACC9;    */
		color: black;
		}

#mid_buttons1 {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
/*	margin-left: 100px;
	margin-right: auto;
	position: relative;   */
		}  

#mid_buttons1 ul {
	list-style: none;
/*	margin: 100;      */
	padding: 0;
	border: none;
	margin-left: 104px; 
/*	_margin-left: 0px; */
}

		
#mid_buttons1 li {
	border-right: 2px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	float: left; 
}

#mid_buttons1 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;
		width: 98px
		}

	html>body #button li a {
		width: auto;
		}

#mid_buttons1 li a:hover {
		
	/*	background-color: #A3ACC9;    */
		background-color: #9999ff;
		color: black;
		}


