/* Links */

a 							{ text-decoration: none; }
a:link 					{ color: #0C2577; }
a:visited				{ color: #0C2577; }
a:active				{ color: #0C2577; }
a:hover					{ color: #ff0000; }

#artikel a			{ font-weight: bold; }

a.menu 					{ text-decoration: none; }
a:link.menu 		{ color: #0C2577; }
a:visited.menu	{ color: #0C2577; }
a:active.menu		{ color: #0C2577; }
a:hover.menu		{ color: #ff0000; }

#tekst a 					{ text-decoration: none; }
#tekst a:link 		{ color: #0C2577; }
#tekst a:visited 	{ color: #0C2577; }
#tekst a:active 	{ color: #006400; }
#tekst a:hover 		{ color: #006400; }

a.intern 					{ text-decoration: none; }
a:link.intern 		{ color: #0C2577; }
a:visited.intern	{ color: #0C2577; }
a:active.intern 	{ color: #0C2577; }
a:hover.intern 		{ color: #006400; }

a.mail 					{ text-decoration: none; }
a:link.mail 		{ color: #00008b; }
a:visited.mail	{ color: #00008b; }
a:active.mail 	{ color: #00008b; }
a:hover.mail 		{ color: #7fff00; }

/* menu */

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}

#menu ul {
	margin-left: 0px;
	padding-left: 1em;
	text-indent: -1em;
}

#menu ul li {
	list-style: none;
	padding-bottom: 7px;
}

#menu ul ul {
	margin-left: -0.9em;
	margin-bottom: 5px;
}

#menu ul ul li {
	font-size: 13px;
	line-height: 10px;
	list-style-image: url(/njc/gfx/mpil.gif);
	margin-left: 0px;
	padding-left: 10px;
	list-style-position: outside;
}

#menu ul ul li a.icon {
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
