#navlist {
	padding: 8px 0 11px 0;
	text-transform:uppercase;
	background:#fff url(images/footerbg.gif) no-repeat bottom left;
	text-align:left;
	font:13px "Trebuchet MS", Arial, Verdana
	}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	}

	#navlist li a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 10px 6px 2.2em;
	color: #892120;
	border: solid #892120 1px;
	margin: 0 4px 0 0;
	background: #ffffff url(images/button.gif) no-repeat 3px; 
		}
		
		#navlist li a#last {
			border-width:0;
			}

		#navlist li a:hover {
	background: #892120 url(images/button.gif) no-repeat 3px; 
    color: #ffffff;
			}
	
	#navlist li a#current {
		font-weight:bold;
		cursor:default;
		}
	
		#navlist li a:hover#current {
			cursor:default;
			color:#fff;
			background-image:none;
			}
	
	/* #navlist {
	padding: 11px 0 11px 0;
	text-transform:uppercase;
	background:#FFF url(images/footerbg.gif) no-repeat bottom left;
	text-align:center;
	font:13px "Trebuchet MS", Arial, Verdana
	}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	}

	#navlist li a {
		padding: 4px;
		margin-left:0px;
		text-decoration: none;
		color:#0D608B;
		font:12px Georgia, "Times New Roman", Times, serif;
		font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"
		}
		
		#navlist li a#last {
			border-width:0;
			}

		#navlist li a:hover {
			background:#FFF url(images/hoverbg.gif) repeat-x top left;
			color:#000;
			border-bottom-width:0;
			}
	
	#navlist li a#current {
		font-weight:bold;
		cursor:default;
		}
	
		#navlist li a:hover#current {
			cursor:default;
			color:#0D608B;
			background-image:none;
			}
	
	*/
