table.curtainMenuHolder {
	margin-left:5px;
	height:20px;
	overflow:hidden;
	display:table;
}
.menuLink,.menuLinkActive,.menuLinkHighlight {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	cursor:pointer;
	padding-left:1px;
	padding-right:1px;
	padding-top:4px;
	padding-bottom:7px;
	margin-right:8px;
}
.menuLink {
}
.menuLinkActive {
}
.menuLinkHighlight {
	
}
.curtain {
	width:150px;
	display:block;
	visibility:hidden;
	position:absolute;
	z-index:12;
}
table.curtainTable {
	border:1px solid #7da99b;
	width:150px;
}
table.curtainTable td, table.curtainTable_outer td {
	margin:0;
	padding:0;
}
.curtainCell,.curtainCellHighlight {
	font-family:Verdana, sans-serif;
	font-size:12spx;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:2px;
	z-index:14;
}
.curtainCell {
	color:#FFF;
	background-image:url(../../graphic/cellbg.png);
	background-repeat:repeat;
	padding-right:7px;
	padding-bottom:0;
	margin-bottom:0;

}
.curtainCellHighlight {
	color:#FFFFFF;
	background-color:#d4d5d5;
	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;
}
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;
}

