#twrap {
	position: relative;
	top: 0px;
	height: 26px;
	width: 100%;
	background-color: #eeeeee;
}

#sbat { 
	font: 1em "Trebuchet MS", sans-serif;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	list-style: none;
}
	

#sbat ul { 
	background-color: #eeeeee; 
	color: #222222; 
	font-weight: bold; 
	margin: 0px;
	padding-top: 2px;
	}

#sbat ul li { 
	list-style: none;
	position: relative; 
	float: left; 
	margin: 0 .2em -1px 0; 
	padding: 0; }
	
	#sbat ul li a { 
		color: #555555; 
		text-decoration: none; 
		border
		}
	
	#sbat ul li span#sptxt, #sbat li a { 
		float: left; 
		text-decoration: none; 
		padding: .5em 1em;
		}
			#sbat li a:hover {
				border-top: 1px solid #ababab; 
				border-right: 1px solid #ababab;
				border-left: 1px solid #ababab;
			}
			
			#sbat li a#celct {
				background-color: #ffffff;
					border-top: 1px solid #ababab; 
					border-right: 1px solid #ababab;
					border-left: 1px solid #ababab;
			}

