﻿#bottommenu {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 995px;
    background-image: url(../images/footer-background.jpg);
	height: 36px;
}

#footermenu ul
{
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	background-image: url(../images/footer-background.jpg);
	color: white;
	font-family: Lucinda, Georgia, Helvetica, sans-serif;
	line-height: 18px;
	padding: 10px 6px 0px 5px;
	font-size: 0.9em;
/* fixes Firefox 0.9.3 */
}

#footermenu ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#footermenu ul li a
{
text-decoration: none;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 5px;
padding-top: 5px;
color: #EDE4B3;
text-decoration: none;
border-right: 1px solid #fff;

}

#footermenu ul li a:hover
{
text-decoration: underline;
color: #FFFFFF;
}
