/* --- Topbar --- */

#topbar-home, #topbar-nav {
	padding-top: 14px; height: 17px;
}

#topbar-home {
padding-bottom: 16px;
}

#topbar-home a {
	width: 132px;
	height: 12px;
	background: url('../images/url_off.gif') no-repeat 0;
	float: left; display: block;
	padding: 5px 0 0 0;
}

#topbar-home a:hover {
	background: url('../images/url_on.gif') no-repeat 0;
}

#topbar-nav {
	text-align: right;
}

#topbar ul {
	margin: 0;
	padding: 0;
}

#topbar li {
	list-style: none;
	display: inline;
	padding: 0 0 0 5px;
	font-size: 11px;
}


#topbar li a {
	padding: 0 0 0 5px;
	color: #999999;
	text-decoration: none;
	background-color: inherit;  
}

#topbar li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: inherit;
}

/* Navigation rechts */

ul.menu { list-style: none;  }
ul.menu li { list-style: none; margin-left: 30px; padding: 0; font-size: 1em; text-transform: uppercase;}

ul.menu a:link, ul.menu a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.85em;
}
ul.menu a:hover {
	line-height: 1.85em; text-decoration: underline;
}

ul.menu li li a { font-weight: normal!important; }
ul.menu li li#current span, ul.menu li.parent.active a { font-weight: bold; }

ul.menu ul li { list-style: disc; margin-left: 25px; 
		color: #449c00; font-size: 0.9em;  }
ul.menu ul li a { color: #449c00; text-transform: none;  }

/* footer menu */

#footer ul, #footer table { margin-top: 10px; }
#footer ul li { float: right; list-style: none;}

#footer table span { margin: 3px;  }

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666; 
	text-decoration: none;
}