#topbar
{
	background: #000; 
	background-image: url(../images/topbglogo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	
 	font-size: 13px;color: #fff;}
 	

#topnavlist
{
	padding: 7px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	
}
	
#topnavlist ul, #topnavlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#topnavlist a:link, #topnavlist a:visited
{
	margin: 0px 0px 0px 0px;
	padding: 0px 16px 0px 16px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #000;
	border-right: 1px solid #000; 
	font-weight: bold;
	
}
	
	
#topnavlist a:hover
{
	color: #949400;

}
