#topnavlist
{
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	background:#e2ede5;
	height:30px;
	border-top: 3px solid #a1b3a5;
	
}
	
#topnavlist ul, #topnavlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#topnavlist a:link, #topnavlist a:visited {
	font-weight: normal;
	letter-spacing: 1px;
	color: #637657;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 10px 20px;
	text-decoration: none;
}
	
#topnavlist a:link#current, #topnavlist a:visited#current
{
	color: silver;
	background: transparent;
}
	
#topnavlist a:hover { 
	background-image: url(../images/roll.gif);
	background-repeat: no-repeat;
	background-position:bottom center;
	
	}
	
	
	
	