/* CSS Document - FooterMenu*//*author: René Woizenko*/

div#footerMenu
{ 
  width: 681px;
  height: 25px;
  background-image:  url("footer-bg_middle_01.gif");
  background-repeat: no-repeat;
  margin: 0px auto;
}

div#footerMenu ul
{
  margin: 0 0 0 146px;
  padding: 0 0 0 0;
  list-style-type: none; 
}

div#footerMenu ul li
{
  float: left;
  padding-left: 30px;
  background-image: url('bulletsWhite.gif');
  background-repeat: no-repeat;
  background-position: 1.2em 0.5em;
}

div#footerMenu ul li a
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

div#footerMenu ul li a:hover
{
  color: #FED37F;
}

div#footermenu div
{
  margin: 0 0 0 20px;
}

