/* CSS Document */#menu {  position: absolute;  top: 95px;  left: 45px;  border: 1px solid #fff;  padding: .25em;  background-image: url("../images/formbackground_85808E.png");}#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: 7em;  display: block;  border: 0.2em solid #010101;  text-decoration: none;  text-align: center;  font-weight: bold;  font-size: 12px;  margin-right: 0.5em;  margin-left: 0.5em;  color: #d9def2;} #menu li a:hover {  background-color: #9ca0ae;} #menu li a:active {  color: #acacac;}/* Hide from IE5-Mac \*/#menu li a{  float: none}/* End hide */ #menu{  width:405px;} .here {    background: url(../images/btn_background_here.gif) #000 bottom left repeat-x; }.there {  background: url(../images/btn_background.gif) #000 bottom left repeat-x; }.here {  color: #2765c1 !important;}
