
ul.footer-menu
{
	margin: 0;
	padding:0;
	text-align	: left;
	font-family	: tahoma;
	text-transform	: uppercase;
	margin-top		: 15px;
	width	: 500px;
	
}


ul.footer-menu li
{
	display			: inline;
	list-style-type	: none;
	background-image:none;
	padding			: 0 10px 0 10px;
	text-transform	: uppercase;
	background		: url(../images/footer-menu-sep.gif) 0px 6px no-repeat;
}

ul.footer-menu li.first
{
	background: none;
}


ul.footer-menu li a:link,
ul.footer-menu li a:visited {
	text-decoration	: none;
	color			: #333;
	font-size		: 9px;
	text-decoration	: none;
	
}

ul.footer-menu li a:hover
{
	text-decoration	: underline;
}

ul.footer-menu li#current a:link,
ul.footer-menu li#current a:visited
{
		text-decoration	: underline;
}