#footer_menu div {
  position: absolute;
  left: 50%;
  topx: .5em;
  margin-left: -30%;
}

#footer_menu * ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	height:1.3em;
}

#footer_menu * ul li {
	height:1.3em;
	float:left;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	text-align:center;
        border-right: 1px solid gray;
        width: 5em;
}

* html #footer_menu * ul li {     /* Holly hack as IE insists on a width here */
	width:5em;
}


#footer_menu * ul li a{
	height:1.3em;
	width:100%;
	display:block;
	text-decoration:none;
	color:#000;
        font-family: arial;
        font-size: 7pt;
}

html>#footer_menu * body ul# li a {
	width: auto;
}

#footer_menu * ul li a:hover {color: #fff}
