div#menu {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

td#menucolumn {
	width: 130px;
}

td#menucolumn img.spacer {
	border: 0px;
}

table#menutable {
	margin-top: 0px;
	margin-bottom: 0px;
}

hr.menuseparator {
	height: 1px;
	color: #69c;
}

table#menutable td {
	min-height: 0.25em;
	width: 140px; overflow: hidden;
}

a.menu {
	font: 700 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #06c;
	display: block;
	margin-bottom: 0.6em;
	padding: 0.5em 0em 0.2em 1.4em;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}

a.menu:visited {
	font: 700 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #06c;
}

a.menu:active, a.menu:hover {
	font: 700 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #09f;
}

a.menu#currentsection {
	color: #000;
	text-decoration: none;
}

a.menu#currentsection:hover {
	color: #000;
	text-decoration: none;
}

a.menu.menu-target:active
{
	color: #ccc;
}

