body        
{ 
	margin: 		0px;
	overflow: 		hidden;
}

.topMenu
{	 
	 width:			100%;
	 height:		23px;
	 background-color:	ThreeDFace;
	 border-top: 		1px solid ThreeDHighlight;
	 border-left: 		1px solid ThreeDHighlight;
	 border-bottom: 	1px outset ActiveBorder;
	 position:          absolute;
	 top:0
}

.topMenuItem
{
	cursor:			    default;
	height:			    19px;
	padding-top:		1px;
	padding-left:		7px;
	padding-right:		7px;
	border:			    1px solid ThreeDFace;
	font-family: 		Microsoft Sans Serif;
	font-size:          8pt;
	color:			    menuText;
	text-decoration:	none;
	white-space:		nowrap;
}

.topMenuItemHiLite
{
	cursor:			    default;
	height:			    19px;
	padding-top:		1px;
	padding-left:		7px;
	padding-right:		7px;
	border:			1px solid;
	border-color:		ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
	font-family: 		Microsoft Sans Serif;
	font-size: 		8pt;
	color:			menuText;
	text-decoration:	none;
	white-space:		nowrap;
}

.topMenuItemDown
{
	cursor:			default;
	height:			19px;
	padding-top:		1px;
	padding-left:		7px;
	padding-right:		7px;
	border:			1px solid;
	border-color:		ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow ;
	font-family: 		Microsoft Sans Serif;
	font-size: 		8pt;
	color:			menuText;
	text-decoration:	none;
	white-space:		nowrap;
}

.spacer
{
 	  width:			100%;
}
#popMenuDiv
{
  z-index:		   9;
  position:		   absolute;
}
