.deep_nav
{
	font-size: 0.6875em;
	line-height: 1.97em;
	width: 100%;
	margin-bottom: 24px;
	padding-top: 0em;
	padding-bottom: 0.0909em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(180, 192, 209); /* blue 30% */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(180, 192, 209); /* blue 30% */
}

.deep_nav span a
{
	padding-top: 0.3636em;
	padding-bottom: 0.4545em;
	background-color: white;
	color: rgb(79, 112, 151); /* blue 60% */
	text-decoration: none;
}

.deep_nav span a:hover
{
	background-color: rgb(224, 231, 237); /* blue 10% */
	color: rgb(8,47,103); /* blue 100% */
	text-decoration: none;
}

.deep_nav span.selected a
{
	background-color: rgb(52,91,134); /* blue 70% */
	color: white;
}

.deep_nav span.selected a:hover
{
	background-color: rgb(8,47,103); /* blue 100% */
	color: white;
	text-decoration: none;
}

/* Subnav --------------------------------------------- */


.deep_subnav
{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(180, 192, 209); /* blue 30% */
}

.deep_subnav h1
{
	font-weight: bold;
	font-style: normal;
	font-size: 0.875em;
	line-height: 1.0652em;
	color: rgb(8,47,103); /* blue 100% */
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 400px;
}

.deep_subnav .popup_prompt
{
	position: absolute;
	top: -18px;
	right: 0px;
	width: 180px;
	text-indent: 4px;
	color: rgb(79, 112, 151); /* blue 60% */
	font-size: 0.6875em;
}

.deep_subnav form
{
	position: absolute;
	top: -14px;
	right: 0px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: right; /* This fixes the limitation of IE on positioning from the right */
}

/* hide from MacIE \*/
.deep_subnav form
{
	position: absolute;
	top: -2px;
}

.deep_subnav select
{
	font-size: 1em;
	width: 180px;
}

/* hide from MacIE \*/
.deep_subnav select
{
	vertical-align: top;
	text-transform: inherit;
}
/* End hide */

.deep_subnav img
{
	padding-top: 2px;
}
