


/* ----------------------------------------- */
/* SECOND LEVEL NAV (DROP DOWNS) */
/* ----------------------------------------- */

#pop-themes, #pop-stories, #pop-conv {
	visibility: hidden; 
	position: absolute; 
	width: 436px;
	height: 484px;
	padding: 4px 6px 6px 6px;
	border: 1px solid #969595;
	background-color: #020202;
	z-index: 3;
}

#pop-stories {
	top: 109px;
	left: 248px;
}
.pop-stories {
	visibility: hidden; 
	position: absolute; 
	width: 436px;
	height: 484px;
	padding: 4px 6px 6px 6px;
	border: 1px solid #969595;
	background-color: #020202;
	z-index: 3;
	top: 109px;
	left: 248px;
}

#pop-themes {
	top: 109px;
	left: 180px;
}
.pop-themes {
	visibility: hidden; 
	position: absolute; 
	width: 436px;
	height: 484px;
	padding: 4px 6px 6px 6px;
	border: 1px solid #969595;
	background-color: #020202;
	z-index: 3;
	top: 109px;
	left: 180px;
}

#pop-conv {
	top: 109px;
	left: 364px;
}
.pop-conv {
	visibility: hidden; 
	position: absolute; 
	width: 436px;
	height: 484px;
	padding: 4px 6px 6px 6px;
	border: 1px solid #969595;
	background-color: #020202;
	z-index: 3;
	top: 109px;
	left: 364px;
}

.popup-title {
	float: left;
	font-family: Georgia;
	font-size: 24px;
	line-height: 120%;
	color: #888888;
}

.popup-title-2 {
	float: left;
	font-family: Georgia;
	font-size: 12px;
	line-height: 120%;
	color: #888888;
}

.popup-close {
	position: absolute; 
	top: 3px;
	left: 410px;
}
* html .popup-close {
	top: 8px;
}
.popup-close a {
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #FFFFFF;
}

.story-popup {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
}
.story-popup a {
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #FBC300;
}

.theme-popup {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
}
.theme-popup a {
	text-decoration: none;
	font-family: Georgia;
	font-size: 14px;
	line-height: 120%;
	color: #FBC300;
}
