/*main navigation menu*/

#nav_shadow {
	top:11px;
	margin-left: 16px;
	background-image: url(../images/mh_navigation_shadow.png);
	background-repeat: repeat-y;
	background-position: right;
}

#navigation {
	top:8px;
	margin-left: 10px;
	background-color: #4080BF;
	border-right:black;
	border-right:1px;
	border-right:black;
}

#navigation, #nav_shadow {
	position: absolute;
	width:129px;
	height: 800px;
	height:expression((document.body.offsetHeight -50) + "px");
}

/*#nav_shadow {
	visibility:hidden;
}*/

/*navigation menu*/

#navigation #navmenuwrap {
	position:absolute;
	top: 170px;
	width:126px;
	margin-left:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	line-height:10px;
	text-align:right;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3399CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
}

#navigation li {
	display: block;
	border-bottom: 1px solid #3399CC;
	margin: 0px;
}

#navigation a, #navigation .nl {
	margin:0px;
	clear:left;
	display:block;
	padding: 3px 16px 4px 5px;
	color: #E6F2FF;
	text-decoration: none;
	background-image: url(../images/mh_12x12navblue.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

#navigation .nl {
	color: #BFDEFF;
	}

#navigation li a:hover {
	background-image: url(../images/mh_12x12navgold.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #3973ac;
	}
	
#navigation ul ul { /* second-level lists */
	display: none;
	position: absolute;
	z-index: 100;
	left: 125px;
	margin-top: -25px;
	width: 126px;
	background-color: #316395;
	text-align:left;
	border-right: 0px solid #4080bf;  /*3399cc*/
	border-top: 0px solid #3399CC;
	border-bottom: 0px solid #E6F2FF;
	border-left: 1px solid #4080bf;
}

#navigation ul ul li a { /* second-level lists iefix */
	position:relative;
}

#navigation li:hover ul, #navmenuwrap li.over ul { /* js: lists nested under hovered list items */
	display: block;
}

/*link between page class and navigation indicators*/

#navigation #active /*you are here navigation - page indicator on main navigation menu*/
{
	display:block;
	position:static;
	left: 0px;
	margin: 0px;
	text-align:right;
}

#navigation .active a, #navigation .nl { /*you are here navigation - page indicator on main navigation menu*/
	background-image: url(../images/mh_12x12navgold.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #1E3C59;
}
/* turns off deeper active color - seconday list */
#navigation ul ul .active a {
	background-color: #316395;
}
#navigation .al {
	background-image: url(../images/mh_12x12navbldown.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #316395;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;

}
#navigation .flip { /*repositions bottom flyout menus*/
	bottom: 0px;
}
