#topnavlist
{
	padding: 173px 0px 0px 0px;
	margin: 00px 1px 0px 0px;
	height:48px;
	text-align: left;
	border:0px solid red;
}
	
#topnavlist ul, #topnavlist li {
	display: inline;
	list-style-type: none;
}
	
#topnavlist a {
font-family:  Times, serif;
	border-right: 0px solid #fff;
	font-size: 17px;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 12px 30px 13px 30px;
	text-decoration: none;
	display:block;
	float:right;
	}


#topnavlist a:hover { 
	color: #fff;
	background-image:url(../images/navup.jpg);
	background-repeat:repeat-x  ;
	background-position:top;	
	}
	
	