/* CSS Document */
#nav, #nav ul {
	list-style: none;
	font-weight: bold;
	padding: 0;
	/*mnj width: 36em;*/
	/*mnj width:100%;*/
	/*mnj new */
	font-size: 12px;
	line-height: 0.8;
	float: inherit;
	width: 35em;
	background-color: #9cce9b;
}

/* for all levels */
#nav a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0.46em 0.5em;
}

#nav a.img {
	padding: 0;
	}

/*mnj new */
#nav a:hover {
	font-weight: bold;
	}
	
/*#nav a:active	{  last link clicked on 
	color: #f00;
}	*/

/*#nav a.daddy {
	background: url(../images/rightarrow2.gif) center right no-repeat;*/
	/*background-color:#FF0000 mnj new off*/
/*}*/

#nav li {
	float: left;
	width: auto;
}

/* dropdown menu */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 20em; 	
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;	
	width: 20em;
}

/*#nav li ul a {
	width: 3em; 
	w\idth: 9em;
}*/

/* offset for 3rd level submenu -- to make it line up when navigating between submenu 2 and 3 */
#nav li ul ul {
	margin: -2em 0 0 20em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* background of the dropdown menu when displayed*/
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background-color: #9cce9b;
	color:#fff;
 	display: block; /*mnj new */
	width: 20em;
}

/* Hover background for all levels */
#nav li:hover, #nav li.sfhover {
	font-weight: bold;
	background-color: #05a82b;
}
