div#menu
{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15pt;
	text-shadow: 0.13em 0.13em 0.1em #000;
}

/* MAY NOT BE NEEDED */
* html #menu   /* IE only, add 1em space below menu */
{
	margin-bottom: 1em;
}

#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a
{
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15pt;
	margin: 0 0px 0 0px;
	text-shadow: 0.13em 0.13em 0.1em #000;
}

#menu .selected a
{
	background-position: 0 -125px;
}

#menu a:hover
{
	background-position: 0 -125px;
	color: #F00;
}

/* ----- BEGIN FOOTER MENU ----- */

div#footer-menu
{
	text-decoration: none;
	padding: 1px 5px 33px 5px;
	color: #CCC;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: smallcaps;
	letter-spacing: 1.1pt;
	margin: 0 10px 0 10px;
	text-shadow: 0.13em 0.13em 0.1em #000;
}

/* MAY NOT BE NEEDED */
* html #footer-menu   /* IE only, add 1em space below menu */
{
	margin-bottom: 1em;
}

#footer-menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer-menu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#footer-menu a
{
	text-decoration: none;
	padding: 1px 5px 33px 5px;
	color: #CCC;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: smallcaps;
	letter-spacing: 1.1pt;
	margin: 0 10px 0 10px;
	text-shadow: 0.13em 0.13em 0.1em #000;
}

#footer-menu .selected a
{
	background-position: 0 -125px;
}

#footer-menu a:hover
{
	background-position: 0 -125px;
	color: #FFF;
}