#nav_wrapper {
margin: 0 auto;
width: 1000px;
height: 62px; /*3.45em; */
background-color: #77d21d;
position: relative;
left: 20px;
}



/*** ESSENTIAL STYLES ***/
#topNav, #topNav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#topNav {
	line-height:	1.0em;
}
#topNav ul {
	position:		absolute;
	top:			-999em;
	width:			12.5em; /* left offset of submenus need to match (see below) */
}
#topNav ul li {
	width:			100%;
}
#topNav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#topNav li {
	float:			left;
	position:		relative;
}
#topNav a {
	display:		block;
	position:		relative;
}
#topNav li:hover ul,
#topNav li.sfHover ul {
	left:			0;
	top:			62px;/*3.45em;*/ /* match top ul list item height */
	z-index:		99;
}
ul#topNav li:hover li ul,
ul#topNav li.sfHover li ul {
	top:			-999em;
}
ul#topNav li li:hover ul,
ul#topNav li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#topNav li li:hover li ul,
ul#topNav li li.sfHover li ul {
	top:			-999em;
}
ul#topNav li li li:hover ul,
ul#topNav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
#topNav {
	float:			left;
	margin-bottom:	1em;
	margin-left: 0px;                        /* tweak me to center the nav */
	display: inline; /* fix IE6 double margin bug */
}
#topNav a {
	height: 40px;
	padding: 11px 15px; /*.8em 1.3em;*/
	border-right:	1px solid #B0E26F;
	text-decoration:none;
	font-size: .9em;
	text-align: center;
	font-weight:  normal;
}
#topNav a.current {
	background: #6bbc1b;
	color: #FCFE8E;
}
#topNav a, #topNav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
#topNav li {
	background:		#77d21d;
}
#topNav li li {
	background:		#6bbc1b;
	border-bottom:	1px solid #B0E26F;
}
#topNav li li a {
height: auto;
	padding: .3em 1em;
	font-size: .8em;
	text-align: left;
	border-left: 0px;
}
#topNav li li li {
	background:		#6bbc1b;
}
#topNav li:hover, #topNav li.sfHover,
#topNav a:focus, #topNav a:hover, #topNav a:active {
	color: #FCFE8E;
	background: #6bbc1b;
	outline: 0;
}
#topNav li li:hover, #topNav li li.sfHover,
#topNav li li a:focus, #topNav li li a:hover, #topNav li li a:active {
	color: #FCFE8E;
	background: #61ac17;
	outline: 0;
}








{!--
#navbar_about_ncbdn {
	width: 100px;
}
#navbar_laws_rules {
	width: 80px;
}
#navbar_calendar {
	width: 100px;
}
#navbar_online_verification {
	width: 120px;
}
#navbar_file_a_complaint {
	width: 100px;
}
#navbar_weight_control_programs {
	width: 140px;
}
#navbar_faqs {
	width: 150px;
}
#navbar_contact_ncbdn {
	width: 100px;
}
--}