#div_flashLogo {
	position:absolute;
	left:0px;
	top:0px;
	z-index:4; 
}
#div_logo {
	position:absolute;
	left:33px;
	top:0px;
	z-index:4; 
}
#div_menuBg {
	position:absolute;
	left:6px;
	top:21px;
	z-index:2;
}
.menu {
	position:absolute;
	left:159px;
	top:21px;
	z-index:4;
}
.menuLinkRound {
	cursor:pointer;
	height:43px;
}
.menuLink {
	cursor:pointer;
	height:21px;
	padding-top:22px;
	padding-left:1px;
	padding-right:1px;
}
.curtain {
	width:150px;
	display:block;
	visibility:hidden;
	position:absolute;
	background-image:url(../graphic/curtainBg.gif);
	background-repeat:no-repeat;
	padding-top:3px;
	padding-bottom:10px;
	z-index:12;
	-moz-opacity:.91;
	opacity:.91;
}
.curtainWidthSetter {
	width:150px;
}
.curtainTable {
	width:150px;
}
.curtainCell {
	font-family:Verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	border-bottom:1px dashed #2F6B0D;
	padding-left:7px;
	padding-right:7px;
	padding-top:2px;
	padding-bottom:2px;
	z-index:14;
}
.curtainCellHighlight {
	font-family:Verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#222222;
	cursor:pointer;
	height:20px;
	border-bottom:1px dashed #2F6B0D;
	background-color:#F0FAE6;
	padding-left:8px;
	padding-right:6px;/*essential that this differs, otherwise Netscape & Mozilla will not rerender, and the cell will not have full width*/
	padding-top:2px;
	padding-bottom:2px;
	z-index:14;
}
a.menuALink:link,a.menuALink:visited,a.menuALink:active {
	font-weight:bold;
	color:black;
}
a.menuALink:hover {
}

