/* navigation bar */
div#nav_Bar {
	height: 25px;
	width: 745px;
	background: url(/images/bg_nav2.jpg) repeat-x;
	}

#navrow, #navrow ul {
	font-size: 8px;
	list-style: none;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 23px;
	float: left;
	margin: 0 10px 0 15px;
	padding: 2px 8px 0px 20px;
	z-index: 500;
	}
*:first-child+html #navrow {
	line-height: 23px;
	}
#navrow a {
/*	width: 110px; */
	color: #ffffff;
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding: 0 10px 0 10px;
	}
#navrow a.parent {
	width: 110px;
	margin-right: 10px;
	}
#navrow li {
	border-left: 1px solid #d0d0d0;
	float: left;
	padding: 0;
	}
* html #navrow {
	line-height: 23px;
	margin-left: 7px;
	}
#navrow li.last {
	border-right: 1px solid #f0f0f0;
	}
#navrow li ul {
	height: auto;
	left: -999px;
	width: 160px;
	position: absolute;
	font-weight: normal;
	color: #1c3e7f;
	background: #ffffff;
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#navrow li li {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	width: 149px;
	border-right: none;
	border-bottom: 1px dotted #d0d0d0;
	padding: 5px 0 5px 10px;
	}
#navrow li li:last-child {
	border-bottom: none;
	}

#navrow li li.section_header {
	width: 144px;
	color: #0d3277;
	font-weight: bold;
	padding: 10px 0 5px 15px;
	}
#navrow li ul a {
	color: #0d3277;
	width: 130px;
	}
#navrow li li.section_header:hover {
	background: none;
	}

#navrow li ul ul {
	margin: -36px 0 0 152px;
	border-top: 1px solid #d0d0d0;
	}
html>body #navrow li ul ul {
	margin: -6px 0 0 149px;
	border-top: 1px solid #d0d0d0;
	}

#navrow li:hover ul, #navrow li li:hover ul, #navrow li li li:hover ul, #navrow li.sfhover ul, #navrow li li.sfhover ul, #navrow li li li.sfhover ul {
	left: auto;
	}
#navrow li:hover ul ul, #navrow li:hover ul ul ul, #navrow li.sfhover ul ul, #navrow li.sfhover ul ul ul {
	left: -999px;
	}
#navrow li:hover, #navrow li.sfhover {
	background: #a0a0a0;
	}
#navrow li li:hover, #navrow li li.sfhover {
/*	background: #dcf0ef; */
	background: #f0f0f0;
	}
#navrow li.on {
	background: #f0f0f0;
	}

.parent {
	float: right;
	}
* html .parent {
	float: none;
	}

