#spo-table li a {
	background-color: #800000;
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	display: block;
	line-height: 20px;
}

#spo-table li a.chosen {
	background-color: #DE9800;
}

#spo-table a:link, #spo-table a:visited, #spo-table a:active {
	color: #FFFFFF; text-decoration: none;
}

#spo-table a:hover {
	background-color:#FFFFFF; 
	color: #000000;
	text-decoration: none;
}

#spo-table ul {
	margin: 0px;
	padding: 0;
	color: #FFFFFF;
	list-style-type: none;
}

#spo-table {
	width:100%;
	float:left;
	display: block;
}

#spo-table li {
	width: 132px;
	float:left;
	border:1px solid #FFFFFF; 
	border-right:none;
	text-align: center; 
	background-color: #002080;
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	display: block;
	line-height: 20px;
} 

* html #spo-table li a {
	width: 100%;
} 