#topnavlist
{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	vertical-align: bottom;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-x;
	height:44px
	
}
	
#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: #fff;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 13px 10px 12px 10px;
	text-decoration: none;
}
	
#topnavlist a:link#current, #topnavlist a:visited#current
{
	color: silver;
	background: transparent;
}
	
#topnavlist a:hover { 
	background-image: url(../images/navroll.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	}
	
	
	
	