#toplinks {
 text-align: left;
 height: 30px;
 background: #333 url(bg.gif) repeat-x;
 border-bottom: 1px #000 solid;
 color: #aaa;
 font: 12px sans-serif;
}

#toplinks ul {
 margin: 0;
 padding: 0;
 list-style: none;
 line-height: 30px;
 }

#toplinks ul li {
 display: inline;
 margin-right: 10px;
 }

#toplinks ul li a#toplinkslogo {
 text-indent: -9999px;
 display: block;
 float: left;
 width: 76px;
 margin-right: 10px;
	height:30px;
 background: url(logo.gif) no-repeat;
}

#toplinks a {
 border: none;
 text-decoration: none;
 font-weight: bold;
 color: #999;
	font-size: 11px;
 }

#toplinks a:hover {
 color: #fff;
 background: none;
 }
