div.topbar {
	border: 0px;
	min-width: 660px; /*this makes a blank behind the logo, but helps that the top-menu don't wrap to a next line*/
	list-style: none;
	top: 136px;
	margin-left: 15em;
	position: absolute;
}

div.topbar ul {
	width: auto;
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style: none;
	white-space: nowrap;
}

div.topbar li {
	width: auto !important;
	float: left;
	margin: 0px;
	font-size: 10px;
	white-space: nowrap;
	margin-right: 1px;
}

div.topbar a.wikilink2:link,
div.topbar a.wikilink2:active,
div.topbar a.wikilink2:visited,
div.topbar a.wikilink1:link,
div.topbar a.wikilink1:active,
div.topbar a.wikilink1:visited,
div.topbar a.interwiki:link,
div.topbar a.interwiki:active,
div.topbar a.interwiki:visited,
div.topbar a.urlextern:link,
div.topbar a.urlextern:active,
div.topbar a.urlextern:visited {
   	font-family: Geneva, Arial, Helvetica, sans-serif;
   	font-size: .85em;
    font-weight: bold;  
    color: #CCCCCC;
	letter-spacing: 0.07em;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	display: block;
    padding-right: .3em; 
    padding-left: .7em; 
    margin-left: 5px;
    float: left;
	background-color: #5F5C5E;	
}

div.topbar a.wikilink2:hover,
div.topbar a.wikilink1:hover,
div.topbar a.interwiki:hover,
div.topbar a.urlextern:hover {
    text-decoration: none; 
    color: #ffffff;
	background-color: #838182;		
}


