/* CSS Document */
#links {
	width: 100%; float: left}
#button {
	background-color: #004A80;
	}
#button ul {
	list-style: none; border: none; margin: 0; padding: 0 }
#button li {
	margin: 0}
#button li a {
	border-top: 1px solid #5080BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	height: 21px;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-size: 10px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 8px;
	
}
html>body #button li a { 
	width: 100%;
	height: 21px; }
#button li a:hover { 
	background-color: #306AA4 }
