﻿#FooterMenu /*Controls the location and size of the menu*/
{
	width: 100%;
	margin: 0;
	padding: 0:;
}
#FooterMenu ul.nav /*Controls the menu*/
{
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
/*Controls the menu items and links*/#FooterMenu ul.nav li /*Sets the menu horizontaly*/
{
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #524f43;
	line-height: 13px;
	text-align: center;
}
#FooterMenu ul.nav li.last /*Remove the last seperator*/
{
	float: left;
	border-right-style: none;
	line-height: 13px;
	text-align: center;
}
#FooterMenu ul.nav a /*Formats the menu links*/
{
	display: block;
	padding: 0px 5px 0px 5px;
	border-bottom: none;
	text-decoration: none;
	color: #524f43;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-transform: uppercase;
	height: 12px;
}
#FooterMenu ul.nav a:hover
{
}
#FooterMenu ul.nav a.Selected
{
}
#FooterMenu .copy /*Formats the menu links*/
{
	margin-top: 0px;
	margin-left: 5px;
	text-align: left;
	display: block;
	padding: 0px;
	border-bottom: none;
	text-decoration: none;
	color: #524f43;
	font-family: Trebuchet MS;
	font-size: 11px;
	height: 12px;
}
