/*** Default Styles ***/
.popup { list-style: none; }
.popup li { position: relative; z-index: 1; }
.popup ul, .popup ul * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.popup ul {
	line-height: 1.0em;
	padding-left: 5px;
	position: absolute;
	top: -9999px;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.popup ul li {
	width: 94%;
	z-index: 999;
}
.popup ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.popup ul a {
	display: block;
	position: relative;
}

ul.popup li:hover ul,
ul.popup li.sfHover ul {
	font-size: 10pt;
	top: 0;
}



/* Popup: Top Nav Styles */
.topnav li { z-index: 999; }
.topnav li:hover ul,
.topnav li.sfHover ul {
	left: -2px !important;
	top: 22px !important;
}

.topnav li.right ul { top: -9999px!important; }
.topnav li.right:hover ul,
.topnav li.right.sfHover ul {
	top: 22px !important;
	left: -134px !important;
}

/* Popup: Blue Box */
.bluebox li.sfHover ul {
	background: #627D98;
	border: 2px solid #D0B000;
	left: 5px;
	padding: 3px;
}

.bluebox li ul a { 
	color: #fff;
	font-size: 11pt;
	line-height: 12pt;
}

/* Popup: Frame Styles */

.popup.framed ul {
	background: url('/images/popup/popup.hdr.gif') top center no-repeat #fff;
	border: solid #39738e;
	border-width: 0 0 2px 0;
	left: 0;
	padding: 15px 0 0 0;
	position: absolute;
	width: 13em; /* left offset of submenus need to match (see below) */
}

.popup.framed ul li {
	border: solid #39738e;
	border-width: 0 2px 0 2px;
	display: block;
	height: auto !important;
	float: none;
	margin:0 !important;
	padding: 0 !important;
	text-align: center;
	width: 170px;
}

.popup.framed ul a {
	color: #fff;
	display: block;
	position: relative;
}

