td.menuAreaTd {
	padding-right: 20px;
	height: 16px;
	padding-top: 2px;
	background: #CC6600;
}

td.menuSpacerTd {
	width: 6px;
	background: #CC6600;
}

td.menuVerticalSpacerTd {
	width: 100%;
	height: 6px;
	background: #CC6600;
}

div.menuContainter {
	height: 14px;
}

td.menu {
	padding-right: 20px;
}

div.menu {
	height: 14px;
	position: relative;
}

span.menuTitle {
	font-weight: bold;
	color: white;
	cursor: pointer;
}

span.menuTitleHighlighted {
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-decoration: underline;
}

div.menuLinkContainer {
	display: none;
	position: absolute;
	top: 7px;
	left: 0px;
}

div.menuLinks {
	width: 140px;
	background: #984C00;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	border: 1px solid #7F4000;
	border-top: none;
}

div.menuLink {
	white-space: nowrap;
	width: 140px;
	height: 14px;
	padding-left: 6px;
}

div.menuLink a {
	font-weight: bold;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}