#topnavlist
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	height:2em;
}
	
#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: 5px 15px 3px 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	color: #5E5E5E;
	line-height: 2em;
	border-right: 1px solid silver;
}
	
	
#topnavlist a:hover
{
	background: #ffcc00;
}



/* ------ */


#topsupp2
{
	float: right; 
	padding: 30px 0px 6px 0;
}

#topsupp2 a
{
	margin: 0 0px 0 20px;
	padding: 0 20px 0 0;
	border-right: 1px dotted #fff;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#topsupp2 a:hover
{
	text-decoration: underline;
	color: #fff;}

