﻿.RadMenu_footer
{
	margin: 0 auto;
}

.RadMenu_footer UL, .RadMenu_footer LI
{
	list-style: none;
	list-style-position: inside;
}

.RadMenu_footer UL
{
	padding: 0px;
	margin: 0px;
}

.RadMenu_footer LI
{
	display: inline;
}

.RadMenu_footer .link
{
	line-height: 20px;
	color:#0066FF;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	padding: 0 10px;
}

.RadMenu_footer .link .text
{
	color:#0066FF;
}

.RadMenu_footer .link:hover,
.RadMenu_footer .focused .text,
.RadMenu_footer .expanded
{
	text-decoration: underline;
}

.RadMenu_footer .horizontal .separator .text
{
	color: #333333;
	line-height: 20px;
    font-size: 11px;
}

