	#horiz-menu {
		clear:both; 
		margin: 0; 
		padding: 0px 0px 0px 0px; 
		clear:both; 
		list-style: none inside; 
	}

	#horiz-menu li {
	/* Container for the main menu */
		width: 135px; 
		float: left; 
		background-color: #70acb9; 
/*		text-align: center; */
		font-size: 14px;
	}

	#horiz-menu .selected{
		background-color: #F4F9FB;
		/*  background-color: #477f96; */
		color: #000; 
	}
	#horiz-menu li:first-child {
		border: none; 
		/*padding-left: 1px;  */
		}
	#horiz-menu li a {
		display: block; 
		width: 135px;
		color: #000;
		} 
	#horiz-menu li a:hover {
		background-color: #bcd1c0; 
		color: #000; 
	}


