body {
	_behavior: url(css/csshover.htc);
}

/**************** LEFT MENU ****************/
#leftnav {
	background: transparent url(../images/bodybg4.jpg) top left repeat-y;
	position: relative;
	margin: 0;
	float: left;
}
#leftnav_inner {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	position: relative;
	z-index: 10;
	float: left;
	background: transparent url(../images/bodybg3.jpg) top left no-repeat;
}
#nav {
	margin: -24px 0 0 0;
	list-style: none;
	left: 0;
	color: #fff;
	width: 170px;
	text-align: left;
	font-weight: bold;
	>margin-left: -15px;
	padding: 0px 1px 12px 15px;
}
#nav li {
	position: relative;
	display: block;
	height: auto; /*auto */
	margin: 3px 0 0 3px;
	padding: 0;
	background-color: transparent;
	width: 170px;
	list-style: inside;
	list-style: none;
	padding: 1px 5px 0 0;
	list-style-image: url(../images/bullet.jpg) no-repeat;
	border-bottom: 1px solid #b3b3b3;
}
#nav li a, .navHeading {
	text-decoration: none;
	background: 0 5px url(../images/bullet.jpg) no-repeat;
	display: block;
	padding: 4px 1px 10px 15px;
	margin: 0; /*helps Opera with hover */
	width: 150px; /* helps IE with hover */
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
#nav li a:hover {
	color: #0F950F;
}

/* second level */
#nav li ul {
	margin: 4px 0 8px 0;
	padding: 4px 0 0 0;
	/*background-color: #bbb;*/
	width: 175px;
}

#nav li ul li {
	>top: 0px;
	>left: -16px;
	border-bottom: 1px solid #777;
	width: 175px;
	_width: 158px;
	margin: 0;
	padding: 0;
}
#nav li ul li.last {
	border-bottom: none;
}
#nav li ul li a {
	background: none;
	padding: 4px 0 6px 24px;
	>padding: 3px 0 4px 24px;
	width: auto;
	font-weight: normal;
	color: #ddd;
	/*color: #555;*/
	background: 14px 7px url(../images/arrow_right_green.gif) no-repeat;
	>background: 14px 5px url(../images/arrow_right_green.gif) no-repeat;
}

.navHeading {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 0 15px;
}

/**************** TOP MENU ****************/
#topnav {
	position: absolute;
	right: 62px;
	top: 64px;
	color: #fff;
	z-index: 5;
}
#topnav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.10em;
	font-weight: bold;
	padding: 6px 33px 2px;
	line-height: .9em;
}
#topnav ul li a:hover { text-decoration: none; }
#topnav ul { padding: 0; margin:0; overflow: visible; list-style:none; }
#topnav ul li { float:left; margin-right: 1px; position:relative; }
#topnav ul li ul { display: none; }
#topnav li a:hover { color:#fff; }
#topnav ul li:hover, #topnav ul li:hover a { color:#fff; }
#topnav ul li:hover ul {
	display: block;
	left: 0px;
	position: absolute;
	text-align: left;
	top: 22px;
	width: 210px;
}
#topnav ul li:hover ul li a.hide {
	color: #fff;
}
#topnav ul li:hover ul li:hover a.hide {
	width: 135px;
}
#topnav ul li:hover ul li ul {
	display: none;
}
#topnav ul li:hover ul li a {
	color: #fff;
	display: block;
	width: 140px;
	padding: 6px 8px;
}
#topnav ul li:hover ul li a:hover {
	color: #0F950F;
}
#topnav ul li:hover ul li:hover ul {
	color: #333;
	display: block;
	left: 0px;
	position: absolute;
	top: 20px;
}

/* Second level flyouts */
#topnav ul ul li{ background-image: none; background: none; }
#topnav ul li:hover ul {
	background-image: none;
	background: none;
	/*background-color:#c9c9c9;*/
	clear: both;
	display: block;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	text-align: left;
	width: 120px;
}
#topnav ul ul li {
	border-bottom: 1px dashed #b3b3b3;
	background-color: #1348A4;
}
#topnav ul ul li a {
	padding: 4px 15px;
	width: 140px;
}

