@charset "UTF-8";/* CSS Document */#toplinks {width: 100px;margin:0px;}#toplinks li {font-family:Verdana, Geneva, sans-serif; font-size:9pt;width:50px;height:42px;float:right;list-style: none;}#toplinks a {	display: block;height:40px;width:50px;color: #FFC;text-decoration:none;float:right;position:relative;text-align:center;}#toplinks a img {border:0;}#toplinks a:hover {color: #cff; }#toplinks a span {display: none;}#toplinks a:hover span {display: block;position: absolute; top: 40px; left: 0; width: 50px;color: #333;}#botlinks {width: 520px;margin:0px;}#botlinks li {font-family:Verdana, Geneva, sans-serif; font-size:9pt;width:78px;height:42px;float:left;list-style: none;}#botlinks a {	display: block;height:40px;width:50px;color: #FFC;text-decoration:none;float:left;position:relative;text-align:center;}#botlinks a img {border:0;}#botlinks a:hover {color: #cff; }#botlinks a span {display: none;}#botlinks a:hover span {display: block;position: absolute; top: 40px; left: 0; width: 50px;color: #333;}