@charset "iso-8859-1";
/* CSS Document */
#globalnav #site-menu-dropdown .dropdown-pane {
	_width: 140px;
}
/*	DROP DOWN $Revision: 1.6 $
Copyright 2006 Adobe Systems Incorporated
*/
.d-dropdown {
	position: relative;
	_behavior: url("scripts/menu/hover.htc"); /*IE sub7*/
	z-index: 2;
}
.d-dropdown>li {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
.d-dropdown li {
	list-style-type: none;
	_position: relative; /*IE sub7*/
	_top: 0; /*IE sub7*/
	_left: 0; /*IE sub7*/
}
.d-dropdown li li {
	_position: static;
}
.d-dropdown .dropdown-pane {
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 2;
	display: none;
	margin-top: 0;
}
.d-dropdown li.hover .dropdown-pane, .d-dropdown li.focus .dropdown-pane {
	display: block;
}
.d-dropdown>li:hover .dropdown-pane {
	display: block;
}
.d-dropdown .dropdown-tab {
	/*\*/
display: block;
	/*/
display: inline-block;
/**/
_display: inline;
	_zoom: 1;
}
/*--Tier 1---*/
.d-dropdown .dropdown-pane>* {
	margin: 0;
}
.d-dropdown .dropdown-pane dt, .d-dropdown .dropdown-pane dd, .d-dropdown .dropdown-pane li {
	_margin: 0;
}
.d-dropdown .dropdown-pane a {
	margin: 0 1px;
	-moz-outline: none;
}
.d-dropdown .dropdown-tab {
	min-height: 16px;
	_height: 16px;
}
/*************/


/*	GLOBAL NAV
$Id: gnav.css,v 1.53 2008/04/29 00:19:30 dgasior Exp $
@author btapley
*/

#globalnav {
	/*
position: relative; 
top: 0;
left: 0;
z-index:100;
*/
display: block;
	_height: 1em;
	width: 545px;
	margin: 0px auto;
	float: left;
}
#site-menu {
	position: relative;
	z-index: 2;
	padding: 0;
	padding-top: 3px;
	margin: 0;
	width: 100%;
}
#globalnav #site-menu-dropdown {
	margin: 0;
	padding: 0;
	position:relative;
	display:block;
	z-index: 3;
	_behavior: url("scripts/menu/hover.htc");
}
#site-menu-dropdown li {
	position:relative;
	z-index: 4;
	margin: 0;
	padding:0;
}
#site-menu-dropdown li:hover, #site-menu-dropdown li.hover {
	z-index: 5;
}
#site-menu-dropdown .dropdown-tab {
	position:relative;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C4D9FB;
	padding: 5px 12px;

	_white-space: nowrap;
}
#site-menu-dropdown > li:hover .dropdown-tab {
	color:#023568;
	background-color:#C4D9FB;
}
#site-menu li.hover .dropdown-tab, #site-menu li.hover .dropdown-tab:hover {
	color: #023568;
}
#site-menu li.hover .dropdown-tab {
	background-color: #C4D9FB;
	color:#023568;
}
#site-menu li .dropdown-pane {
	display: none;
}
#site-menu-dropdown>li:hover .dropdown-pane {
	display: block;
}
#site-menu li.hover .dropdown-pane {
	display: block;
}
#site-menu-dropdown .dropdown-pane {
	z-index: 7;
	top: 21px;
	_top: 24px;
	margin-left: -6px;
	font-size: .917em;
}
#globalnav #site-menu-dropdown .dropdown-pane {
	margin-top: 12px;
	padding: 5px 16px 14px;
	_margin-top: 0;
	width: 140px;
	background-image: url(dropdown_pane.png);
	_background-image: url(dropdown_pane_8bit.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top-style: none;
}
#globalnav #site-menu-dropdown [className~=dropdown-pane] {
	margin-top: 4px;
	padding-top: 8px;
}
#site-menu-dropdown .dropdown-pane::before {
display: block;
margin-left: -16px;
margin-top: -18px;
content: url(dropdown_pane_cap.png);
}
#site-menu-dropdown .dropdown-pane li, #site-menu-dropdown .dropdown-pane dt, #site-menu-dropdown .dropdown-pane dd {
	display: block;
	padding: 0;
	margin: 2px 0 6px;
}
#site-menu-dropdown .dropdown-pane dt {
	text-transform: uppercase;
	color:#000000;
}
#site-menu-dropdown .dropdown-pane .divide {
	padding-top: 8px;
}
#site-menu-dropdown .dropdown-pane .last-title {
	font-weight: normal;
	text-transform: none;
}
#site-menu-dropdown .dropdown-pane a {
	display:block;
	_width: 100%;
	margin: 0;
	padding: 0;
	line-height: 14px;
	color:#333;
}
#site-menu-dropdown .dropdown-pane a:hover {
	color:#047;
	text-decoration: underline;
}
/*******/
/*	COMPACT	$Revision: 1.10 $
float child elements, clear floats
*/
.compact>* {
	float: left;
}
.compact::after {
content: "\0020";
display: block;
height: 0;
clear: both;
}
.compact {
	/*\*//*/ display: inline-table; /*MacIE*/
_height: 1em;
	min-height: 1px;
}
.compact {
	padding-bottom: 1px;
	_behavior: url("scripts/menu/compactWsFix.htc");
}
.compact>p, .compact>span {
	margin-right: 1ex;
	margin-bottom: 0;
	padding: 0;
}
dl.compact>dd {
	margin-left: 0;
}
ul.compact li, ol.compact li, dl.compact dd, div.compact p {
	_display: inline;
	_float: left;
}
dl.compact * dd ol.compact * li, ul.compact * li, div.compact * p {
	_display: block;
	_float: none;
}
dl.compact dd {
	_margin-left: 0;
}
div.compact p {
	_margin-right: 1ex;
	_margin-bottom: 0;
	_padding: 0;
}
ul, ol, dl {
	word-spacing: -2ex;
	letter-spacing: -2ex;
	line-height: 0;
}
dt, dd, li {
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 1.25;
}
/*ol, li, li ol, li ul {
	font-size: 1em;
}
ul {
	list-style-type: disc;
	margin-left: 1ex;
}
ul, ol {
	padding-left: 2.5ex;
	margin-top: 1em;
	margin-bottom: 1.35em;
}
li {
	line-height: 1.25em;
	padding-bottom: 0.5em;
}
ol {
	list-style-type: decimal;
	overflow: visible;
	margin-left: 3ex;
	_padding-left: 6ex;
}
ol ol {
	list-style-type: lower-alpha;
	margin-left: .5ex;
	_margin-left: 1.5ex;
}
ol ol ol {
	list-style-type: lower-roman;
}
li ol, li ul {
	margin-top: 0;
	margin-bottom: .3ex;
}
li p {
	margin-bottom: 0.5em;
}*/
dt, dd {
	line-height: 1.5em;
}
dt {
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
dl, dd {
	margin-bottom: 1.5em;
}
dd {
	margin-left: 16px;
}
