div#menu {
	background-color: #045;
	border-top: 1px solid #fc0;
	border-bottom: 1px solid #fc0;
	padding-top: 1.25em;
	padding-bottom: 1em;
}

td#menucolumn {
	width: 119px;
	border-right: 1px solid #fc0;
	background: #a21 url(../images/tile_left.gif) repeat-y;
}

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;
}

a.menu {
	font: 700 13px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #ccc;
	display: block;
	width: 119px;
/*	height: 28px !important; */
	margin-bottom: 0.6em;
}

a.menu:visited {
	font: 700 13px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #ccc;
}

a.menu:active, a.menu:hover {
	font: 700 13px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}

a.menu#currentsection {
	color: #fff;
	text-decoration: none;
}

a.menu#currentsection:hover {
	color: #fff;
	text-decoration: none;
}

a.menu.menu-target:active
{
	color: #ccc;
}
