#navbar {
	background-attachment: scroll;
	background-image: url(../images/bg_header_navbar.gif);
	background-repeat: repeat-x;
	height: 35px;
	border-top-style: none;
	margin-left: 2px;
	background-color: #70B30B;
	border-right-style: none;
	padding-left: 115px;
	font-size: 11px;
	border-bottom-style: none;
	border-left-style: none;
}



#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	padding-top: 8px;
	background-image: url(../images/bg_headbutton.gif);
	background-position: right top;
	height: 19px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	background-color: #FFFFFF;
}

#nav a:hover  {
	background-image: url(../images/bg_headbutton_hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000000;
}


#nav li:hover, #nav li.hover { /* IE Bugfix */
position: static;}



#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 150;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
}

