/* Navigation */

#navigation {
	position: absolute;
	top: 210px;
	left: 2px;
	width: 140px;
	height: 130px;
	z-index: 2;
}

#navigation a {
	height: 35px;
}

#navigation_bottom {
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: 598px;
	height: 14px;
	font: bold 11px Arial;
	color: #003399;
	text-align: center;
	text-decoration: none;
}

#dropmenudiv {
	position: absolute;
	border: solid 1px #1a4fd3;
	background-color: #ffffff;
	opacity: .95;
	filter: alpha(opacity=95);
	font: normal 12px Verdana;
	line-height: 18px;
	color: #1a4fd3;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #1a4fd3;
}

#dropmenudiv a:hover { /*hover background color*/
	border-top: solid 1px #96b0ce;
	border-bottom: solid 1px #96b0ce;
	background-color: #cfdbe9;
	padding: 1px 0px 1px 0px;
}