ul.menu-footer /* Overall Area */ 
{
  margin:           0px auto;
  padding:          0px;
  width:            auto;
  height:           16px;
  line-height:      16px;
  list-style:       none;
}

ul.menu-footer li /* List Items */
{
  margin:           0px 3px;
  padding:          0px 0px 0px 10px;
  width:            auto;
  height:           16px;
  line-height:      16px;
  display:          inline;
  background:       url(../images/bullet.gif) left 5px no-repeat;
}

ul.menu-footer li.first /* First List Item */
{
  background:       none;
}

ul.menu-footer li a:link, ul.menu-footer li a:visited /* Links */ 
{
  margin:           0px auto;
  padding:          0px;
  width:            auto;
  height:           16px;
  line-height:      16px;
  font-family:      Tahoma, Verdana, Arial, "Times New Roman", "Sans Serif";
  font-size:        1em;
  font-weight:      bold;
  text-decoration:  none;
  color:            #bdbdbd;
}

ul.menu-footer li a:hover, ul.menu-footer li a:active /* Hover of Links */ 
{
  text-decoration:  underline;
  color:            #333333;
}