DIV.navMenu {
	position: absolute; 
	top: 116px; 
	width: 100px;
	height: 22px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
	#newfprhome				{ left: 110px; }
	#newhome 				{ left: 200px; }
	#newSpeakersMenu 		{ left: 350px; }
	#newProgramMenu 		{ left: 440px; }
	#newRegistrationMenu 	{ left: 540px; }
	#newContactMenu 		{ left: 638px; }
	
	
DIV.navMenu A{
	padding: 4px;
	color: #ffffff;
	display: block;
	width: 105px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
}

DIV#newhome A{
	width: 150px;
}

DIV#contact A{
	width: 90px;
}

DIV#newProgramMenu A{
	width: 100px;
}
DIV#newfprhome A{
	width: 80px;
}

DIV.subnavMenu{
	position: absolute;
	top: 137px;
	width: 140px;
	background: #666666;
	display: none;
}

#aboutSub			{ left: 220px; }
#registrationSub	{ left: 564px; }	
	
DIV.subnavMenu UL{
	list-style: none;
	margin: 0;
	padding: 0;
}

DIV.subnavMenu LI{
	border: dotted #666666 1px;
}

DIV.subnavMenu A{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

DIV.subnavMenu A:hover{
	background: #999999;
}

SPAN.notALink{
	color: #ccc;
	padding-left: 4px;
	font-weight: bold;
	font-size: x-small;
}

UL.sublist{
	text-indent: -1em;
	margin-left: 0;
	padding-left: 1em;
}

UL.sublist A{
	padding-left: 20px;
}

UL.sublist A:before{
	content: "\2022 \0020"
}

#content { 
	padding-top: 22px;
	background-image: url("../images/gui/bodytext_top.gif");
	background-repeat: no-repeat; 
}

#indent {
	padding-left: 10px;}