table.curtainMenuHolder {
	margin-left:40px;
	height:20px;
	overflow:hidden;
	display:table;
	z-index:5;
	margin-top:3px;
}
.menuLink,.menuLinkActive,.menuLinkHighlight {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#444;
	cursor:pointer;
	padding:0 1px 0 1px;
	height:20px;
	margin-right:16px;
}
.menuLink {
	border:0px solid #000033;
}
.menuLinkActive {
}
.menuLinkHighlight {
	border:0px solid #FFA500;
}
.curtain {
	width:150px;
	display:block;
	visibility:hidden;
	position:absolute;
	z-index:12;
}
table.curtainTable {
	border:1px solid #999999;
	background-image:url(../../graphic/curtainBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:150px;
	padding:0 0 6px 0;
	z-index:999;
	position:relative;
}
table.curtainTable td, table.curtainTable_outer td {
	margin:0;
	padding:0;
}
.curtainCell,.curtainCellHighlight {
	font-family:Verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	cursor:pointer;
	padding-left:7px;
	padding-top:2px;
	padding-bottom:2px;
	z-index:14;
	border-bottom:0px solid white;
}
.curtainCell {
	color:#000000;
	padding-right:7px;
	padding-bottom:0;
	margin-bottom:0;
	text-decoration:none;
}
.curtainCellHighlight {
	padding-right:6px;/*essential that this differs, otherwise Netscape & Mozilla will not rerender, and the cell will not have full width*/
	padding-bottom:0;
	margin-bottom:0;
	text-decoration:underline;
}
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;
}
