dl, dt, dd {
	display: block;
	margin: 0;
	padding: 0;
}

dl {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #fff;
	margin-top: 10px;
	margin-bottom: 9px;
}

dt {
	cursor: pointer;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: inherit;
	height: 26px;
}

dt a:link, dt a:visited, dt a.deadLink {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	width: inherit;
	display: block;
	height: 100%;
}
dt a.deadLink {
	cursor: default;
}

dt a:hover {
	padding-top: 5px;
}

dt.overNode {
	background-color:#C0272D;
	border-bottom: 5px outset #c1272d; /* #981B1E; red;	 */
	padding-bottom: 4px;
}

dd {
	position: relative;
	z-index: 50;
	background-color: #fff;
	text-align: left;
	border-bottom: 1px solid #999999;
	font-size: 10px;
	height: 100%; 
}

dd a:link, dd a:visited {
	color: #666666;
	display: block;
	text-decoration: none;
	padding: 4px;
}

dd a:hover {
	background-color: #D51920;
	padding: 4px;
	color: #FFFFFF;
	text-decoration: none;	
}
