/* CSS Document */

#content.menu ul.nav {
	margin-left: 1em;
	padding: 0;
	list-style: disc;
}

#content.menu ul.nav li a {
	margin: 0;
	padding: 0;
	list-style: disc;
	background: url("/ext/blank.gif") no-repeat 0 50%; /* Hides the background by replacing it with a blank gif in case background images are enabled when printing. */
}

#rule {
	background: url("/ext/blank.gif") no-repeat;
}

#rule hr {	
	display: block;
}
