table.curtainMenuHolder {
	margin:0;
	height:20px;
	overflow:hidden;
	display:table;
}
.menuLink,.menuLinkActive,.menuLinkHighlight {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#FFF;
	cursor:pointer;
	padding:3px 5px 0 5px;
	margin-right:1px;
	height:20px;
}
.menuLink {
	border:0px solid #000033;
}
.menuLinkActive {
	background-color:#444;
}
.menuLinkHighlight {
	background-color:#444;
	border:0px solid #FFA500;
}
.curtain {
	width:260px;
	display:block;
	visibility:hidden;
	position:absolute;
	z-index:12;
}
table.curtainTable {
	border:0px solid #FFA500;
	width:280px;
}
table.curtainTable td, table.curtainTable_outer td {
	margin:0;
	padding:0;
}
.curtainCell,.curtainCellHighlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#FFF;
	cursor:pointer;
	padding-left:8px;
	padding-top:2px;
	padding-bottom:1px;
	z-index:14;
	margin-bottom:0;
	border-bottom:3px solid #444;
}
.curtainCell {
	color:#BBB;
	background-color:#444;
	padding-right:7px;
}
.curtainCellHighlight {
	color:#BBB;
	background-color:#222;
	padding-right:6px;/*essential that this differs, otherwise Netscape & Mozilla will not rerender, and the cell will not have full width*/
}
td.curtainShadow_right {
	background-image:url(curtainShadow_right.png);
	background-repeat:repeat-y;
}
div.curtainShadow_right {
	width:8px;
	overflow:hidden;
}
td.curtainShadow_bottom {
	background-image:url(curtainShadow_bottom.png);
	background-position:left top;
	background-repeat:repeat-x;
}
div.curtainShadow_bottom {
	height:8px;
	overflow:hidden;
}
div.curtainShadow_corner {
	background-image:url(curtainShadow_corner.png);
	height:8px;
	width:8px;
	overflow:hidden;
	background-repeat:no-repeat;
}

