/* CSS Document */#menu {  position: absolute;  top: 105px;  left: 470px;}#menu ul {  list-style: none;  margin: 0;  padding: 0;}#menu li{  float: left;  margin: 0; } #menu li a{  height: 1.5em;  line-height: 1.5em;  float: left;  width: 6em;  display: block;  border: 0.2em solid #010101;  color: #0d2474;  color: #000000;  text-decoration: none;  text-align: center;  font-weight: bold;  font-size: 12px;  margin-right: 1em;} #menu li a:hover {  color: #e02c09;  background-color: #222222;} #menu li a:active {  color: #acacac;}/* Hide from IE5-Mac \*/#menu li a{  float: none}/* End hide */ #menu{  width:20em;} .here {    background: url(../images/btn_background_here.gif) #fff bottom left repeat-x; }.there {  background: url(../images/btn_background.gif) #fff bottom left repeat-x; }.here {  color: #acacac !important;}
