

/* ---[ Side Navigation New ]------------------------------------------------------- */
	
	/* For IE 5 PC */
	* html .boxhead h2 {height: 1%;} 

	#navigation {
	width: 180px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	}

	.navbox {
	font-size: 100%;
	margin-bottom: 10px;
	}

	.navhead {
	margin: 0px;
	padding: 0px;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #ffffff;
	}
	
	.navhead h2 {
	margin: 0px;
	padding: 3px 8px;
	color: #333333;
	font: bold 13px arial, helvetica, sans-serif;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #dedede;
	}
	
	.navbody {
	margin: 0px;
	padding-bottom: 15px;
	font: 11px arial, helvetica, sans-serif;
	}
	
	#navigation ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	}
	
	#navigation li {
	margin: 0;
	}
	
	html>body #navigation li a {
	width: auto;
	}
	
	#navigation ul li a {
	height: 16px;
	display: block;
	padding: 5px 0px 0px 7px;
	border-bottom: 1px solid #efefef;
	color: #666666;
	text-decoration: none;
	}
	
	#navigation ul li a:hover {
	background-color: #f4f5f9;
	color: #406b8b;
	}
	
	#navigation ul li.on a {
	background-color: #f4f4f4;
	font-weight: bold;
	}
	
	#navigation ul li.on a:hover {
	background: #f4f4f4;
	cursor: default;
	color: #004088;
	}
	
	#navigation ul li.parent a {
	background: url(../images/plus.gif) no-repeat top right;
	}
	
	#navigation ul li.parent a:hover {
	background: #f9fdff url(../images/plus.gif) no-repeat top right;
	color: #5583b4;	
	}
	
	#navigation ul li.parenton a {
	background: #f0f0f0 url(images/blu_arrow.gif) no-repeat right center;			
	cursor: default;
	color: #406b8b;
	font-weight: bold;
	}
	
	#navigation ul li.parenton a:hover {
	color: #406b8b;
	background: #f0f0f0 url(images/blu_arrow.gif) no-repeat right center;
	}
	
	#navigation ul ul li.level2on a {
	display: block;
	padding: 3px 0px 0px 25px;
	background: #e3f1fa url(images/nav_dot.gif) no-repeat left center;
	cursor: default;
	font-weight: normal;
	color: #005FA2;
	}
	
	#navigation ul ul li.level2on a:hover {
	background: #e3f1fa url(images/nav_dot.gif) no-repeat left center;
	color: #005FA2;
	}
	
	#navigation ul ul li.level2 a {
	display: block;
	padding: 3px 0px 0px 25px;
	background: #f4f4f4;
	cursor: pointer;
	font-weight: normal;
	}
	
	#navigation ul ul li.level2 a:hover {
	background: #f9fdff url(images/nav_dot.gif) no-repeat left center;
	color: #5583b4;
	}
	
	#navigation ul ul li.level2blank a {
	display: block;
	padding: 3px 0px 0px 25px;
	background: #f4f4f4;
	cursor: default;
	font-weight: normal;
	}
	
	#navigation ul ul li.level2blank a:hover {
	background: #f4f4f4;

	}
	
	#navigation ul li.print a {
	display: block;
	padding: 3px 0px 0px 38px;
	background: #fff url(../images/print.gif) no-repeat top left;
	font-weight: normal;
	}
	
	#navigation ul li.print a:hover {
	background: #f9fdff url(../images/print.gif) no-repeat top left;
	color: #3E93E2;
	}	
	
	#navigation ul li.email a {
	display: block;
	padding: 3px 0px 0px 38px;
	background: #fff url(../images/email.gif) no-repeat top left;
	font-weight: normal;
	}
	
	#navigation ul li.email a:hover {
	background: #f9fdff url(../images/email.gif) no-repeat top left;
	color: #3E93E2;
	}	
	
	#navigation ul li.map a {
	display: block;
	padding: 3px 0px 0px 38px;
	background: #fff url(../images/sitemap.gif) no-repeat top left;
	font-weight: normal;
	}
	
	#navigation ul li.map a:hover {
	background: #f9fdff url(../images/sitemap.gif) no-repeat top left;
	color: #3E93E2;
	}	
	
	#navigation ul li.page a {
	display: block;
	padding: 3px 0px 0px 38px;
	background: #fff url(../images/page.gif) no-repeat top left;
	font-weight: normal;
	}
	
	#navigation ul li.page a:hover {
	background: #f9fdff url(../images/page.gif) no-repeat top left;
	color: #3E93E2;
	}	
	
	#navigation ul li.advsearch a {
	display: block;
	padding: 3px 0px 0px 38px;
	background: #fff url(../images/search.gif) no-repeat top left;
	font-weight: normal;
	}
	
	#navigation ul li.advsearch a:hover {
	background: #f9fdff url(../images/search.gif) no-repeat top left;
	color: #3E93E2;
	}	
		
