﻿/****** Footer Menu ********/
.footermenu ul
{
	margin: 0;
	padding: 3px;
	font: bold 60% Verdana;
	list-style-type: none;
	text-align:center;
	overflow: hidden;

}
.footermenu li
{
	display: inline;
	margin: 0;
}

.footermenu li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 100;
	padding: 6px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
}

.footermenu li a:visited
{
	color: white;
}

.footermenu li a:hover
{
/*	background-color: #990000; background of tabs for hover state */
	color:Yellow;
	background-image: url(../images/glossyback2.gif);
}

.footermenu a.selected
{
	background: black; /*background of tab with "selected" class assigned to its LI */
}

.footermenu .footerText
{
	color: white;
	font: Verdana;
	font-weight:bold;
	font-size: 65%;
	text-align: left;
}

