 /* common styling */
#nav {
 position:relative; 
 font-size:12px;
 clear: both;
	width: 100%;
 background: #009a00 url(header_bg.jpg) repeat-x 0px -102px;
}
#nav ul {
	font-weight: bold;
 list-style-type: none;
	padding:0px; 
 margin:0px;
 clear: both;
}
#nav ul li {
 float:left;
 position:relative;
	background: url(none);
	text-indent: 0px;
}
#nav ul li a, #nav ul li a:visited {
	display:block;
	text-decoration:none;
	color: #eaeaea;
	width: 90px;
	height:18px;
	line-height:32px;
	font-weight: bold;
	text-align: center;
}
#nav ul li ul {
 display: none;
}
#nav table {
 margin:-1px; 
 border-collapse:collapse;
 font-size:12px;
}

/* specific to non IE browsers */
#nav ul li:hover a {
 background: #009a00 url(nav_ahoverbg.jpg) no-repeat left top;
	color: #f90;
}
#nav ul li:hover ul {
 display:block; 
	position:absolute;
	top:31px;
	margin-top:0px;
	left:0;
	width:130px;
 background: #009a00;
}
#nav ul li:hover ul li ul {
display: none;
}
#nav ul li:hover ul li a {
	display:block;
	color:#f90;
	height:auto;
	line-height:1.6;
	padding:5px 0px;
	width: 130px;
	text-align: left;
	font-weight: normal;
	text-indent: 18px;
	border-bottom: 1px solid #009C01;
	background: url(none);
 text-align: left;
}

#nav ul li:hover ul li a:hover {
 color:#fc0;
	border-bottom: 1px solid #009C01;
	text-align: left;
	margin: 0px;
	background: #009a00 url(icon_navahover.gif) no-repeat 6px 50%;
}

