#toptabscont{
  text-align: center;
}   
            
ul#toptabs {
	background: white;
	margin:10px 0 10px 0;
	white-space:nowrap;
	height:1.7em;/*stops ie expanding background of list at small screen sizes*/
	width:600px;/* force layout */
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#toptabs li {
	float:left;
	background: white;
	width:20%;/* 100% divided by n items */
	white-space:nowrap;
}
#toptabs a {
	border: 1px solid silver;
	line-height:1.7em;
	height:1.7em;/*stops ie expanding background of list at small screen sizes*/	
	background:#f2f2f2;
	position:relative;
	text-decoration:none;
	display:block;
	color: black;
	font-size: 10px;
	font-weight: bold;
}
#toptabs a:hover {background:#FF9900;color:white}
ul#toptabs li.tsel a{background:#FF9900;color:white;}
* html ul#toptabs li.last{width:auto;}
