

/* Nav */
#nav {
	background: white;font-size:10px; width:550px; color: #ffffff;
	margin: 0px; padding:0px; height: 24px; z-index: 10;
}

dl { padding: 0px; margin: 0px; list-style-type: none;}
dt {background:#1F833A;
	position: relative; width:60px; text-align: center; float:left;
	border-right:1px solid #ffffff;
}
dt ul { display: none; position: absolute; top: 24px; left: -41px;   list-style-type: none;}

dt > dl { top: auto; left: auto;}

dt:hover ul,
dt.over ul{
	display: block;
}

/* Main-Menu Style */
dl dt a:link,
dl dt a:visited{
	height:24px;  font-weight:bold;
	padding: 3px 0px 0px 0px;
	background: transparent; color: #ffffff;  text-decoration: none; display: block;
}

dl dt a:hover {
	background: #154923; color: #ffffff; display: block;
}

	/*Main-Menu hovering */
	dl dt a:link.selected,
	dl dt a:visited.selected {
		background:#154923;color: #ffffff; font-weight:bold;
	}

	dl dt a:hover.selected {
		background:#154923;color: #ffffff; font-weight:bold;
	}

/*Sub-Menu Style*/
dl dt ul li a:link,
dl dt ul li a:visited {
	width: 130px;  height:23px; z-index: 8;
	background: #1F833A; color: #ffffff;
	border: 1px solid #ffffff; border-bottom:none;
	text-decoration: none; display: block; font-size: 100%; filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95;
	text-align: left; padding-left: 5px;
}

dl dt ul li a:hover {
	background: #154923;  color: #ffffff; text-decoration: none; display: block;
	border: 1px solid #ffffff; border-bottom:none;
}

	/*Sub-Menu Style hovering */

	dl dt ul li a:link.selected,
	dl dt ul li a:visited.selected {
		background: #154923; color: #ffffff;  font-weight:bold;
	}

	dl dt ul li a:hover.selected {
		background: #154923; color: #ffffff; font-weight:bold;
	}

/* Fix IE. Hide from IE Mac \*/
* html dl dt {height: 1%;  float: left;}
* html dl dt a { height: 1%; }



