﻿#Menu, #Footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Serif;
}
#Menu li, #Footer ul li
{
	float: left;
}
#Menu li a
{
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
	padding: 0 20px 0 5px;
	font-weight: bold;
	font-size: 20px;
}
#Menu li a:hover
{
	color: #e1f9fe;
	text-decoration: none;
}
#Footer
{
		background: #fff url(/Images/HighlightBG.gif) repeat-x 0 0;
}
#Footer ul
{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
#Footer li a
{
	padding: 0 10px;
	color: #666;
}