DIV.navMenu{
	position: absolute; 
	top: 116px; 
	width: 150px;
	height: 22px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
	#newfprhome				{ left: 120px; }
	#newAboutMenu 			{ left: 228px; }
	#newSpeakersMenu 		{ left: 336px; }
	#newRegistrationMenu 	{ left: 442px; }
	#newContactMenu 		{ left: 550px; }
DIV.navMenu A{
	padding: 4px;
	color: #ffffff;
	display: block;
	width: 100px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
}

DIV.navMenu A:hover{
	background: #333;
}

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

	#aboutSub			{ left: 228px; }
	#speakersSub		{ left: 336px; }
	#registrationSub	{ left: 442px; }
	#contactSub			{ left: 550px; }
		
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; 
}