﻿#footer_menu 
{
    list-style-type: none;            
    padding: 0px 0px 0px 0px;
    border: 0px;            
    color: #fff;
    font-weight: normal;
	font-size: 12px;
	font-family: Arial;	
	position: relative;
}

#footer_menu li 
{
    display: inline;
    position: relative;
}

#footer_menu a 
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;    
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;    
}

#footer_menu a:hover 
{
    text-decoration: underline;
}

#footer_menu .seperator
{
    display: inline;
    width: 1px;
    height: 25px;
    border-right: 1px solid #fff;          
}