<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *  File:          Menu.css
 *  Purpose:       Houses the CSS styling for the menu elements within all pages of the site
 *  By:            Matt L.
 *  Last Revised:  09/07/2007 
*/
/*ul.MenuLinks
{
	list-style-type: none;
	margin: 0px;
	color: #fff;
}

ul.MenuLinks li
{
	width: 100px;
	text-align: center;
	float: left;
	padding-bottom: 2px;
	margin-right: 10px;
	display: block;
}

ul.MenuLinks li a
{
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 12pt;
	padding-bottom: 2px;
}

ul.MenuLinks li a:hover
{
	border-bottom: 4px solid #73afad;
}

ul.MenuLinks .Active a, ul.MenuLinks .Active a:hover
{
	border-bottom: 4px solid #e27500;
}*/

#Nav
	{
		position: relative; top: -7px;
	}
	
		#Nav ul.MenuLinks
		{
			
		}
			
			#Nav ul.MenuLinks li
			{
				float: left;
				line-height: 1em;
				padding-left: 1em;
				display: block;
			}
 
				#Nav ul.MenuLinks li a
				{
					display:block;
					margin-left: 30px; 
					padding-bottom: 10px; 
					color: #453932; 
					font-weight: 700; 
					font-size: 1.35em;
					font-family: 'Oxygen', 'Trebuchet MS', Helvetica, sans-serif;
					/*font-family: 'Snippet', 'Trebuchet MS', Helvetica, sans-serif;*/
				}
				
			#Nav ul.MenuLinks li:hover
			{
			}
 
				#Nav ul.MenuLinks li:hover a, #Nav ul.MenuLinks li a.on
				{
					color: #d26428; 
					text-decoration: none; 
					border-bottom: 2px solid #d26428; 
					padding-bottom: 7px; 
				}
				
				#Nav ul.MenuLinks li:hover a, #Nav ul.MenuLinks li a.on
				{
					color: #d26428; 
					text-decoration: none; 
					border-bottom: 2px solid #d26428; 
					padding-bottom: 7px; 
				}
</pre></body></html>