#topnavlist
{
	padding: 14px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:37px;
	border-top: 1px solid #c4d5eb;
	border-bottom: 1px solid #c4d5eb;
	text-align: left;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
	
#topnavlist ul, #topnavlist li {
	display: inline;
	list-style-type: none;
	
}
	
#topnavlist a:link, #topnavlist a:visited {
	border-right: 1px solid #4581cf;
	border-bottom: 0px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 18px 20px;
	text-decoration: none;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-x  ;
	background-position:bottom;
}
	
#topnavlist a:link#current, #topnavlist a:visited#current
{
	color: silver;
	background: transparent;
	
}
	
#topnavlist a:hover { 
	color: #fff;
	background-image:url(../images/navup.jpg);
	background-repeat:repeat-x  ;
	background-position:bottom
	
	}
	
	
	
	