
#navbar {
	border-bottom:1px solid #d6d7d6;
}

#navbar a{
/*	background-color:silver;*/
	display:block;
	color: #757575;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	line-height: 29px;
	border-top:1px solid #d6d7d6;
	text-decoration:none;
	padding-left:2em;
	background-image:url(../img/3j.gif);
	background-repeat:no-repeat;
	background-position: 0 2px;
}

.currentpage {
	color: #75b417;
}

#topmenu a {
	margin-left:10px;
	margin-right:10px;
	color:white;
	text-decoration:none;
}
#topmenu a:link:hover {
	text-decoration:underline;
}

