/* CSS Document */


#nav, #nav ul {
	background-color: #D3DEA5;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
	/*font-weight: bold;*/
	font-size: 1em;
}

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

/*mnjnew #nav a.img {
	padding: 0;
	}*/

/*mnj new */
#nav a:hover {
	/*font-weight: bold;*/
	/*mnj background-color: #99A768;
	color: #EDEEE3;*/
	}
	
/*mnj try this*/
#nav a:active	{ 
	color: #A80151;
	background-color: #D3DEA5;
}	

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

#nav li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	/*font-weight: bold;*/
}

/* dropdown menu */
#nav li ul {
	position: absolute;
	left: -999em;
	/*mnj height: auto;*/
	line-height: 15px;
	font-weight: normal;
	margin: 0;

/*mnj line-height: 15px;
	border: thin solid #A80151;
	padding: 7px;*/
}

#nav li li {
	border-bottom: 1px solid #fff;
	width: 20em;
		padding: 3px 0 3px 0;

	/*mnj font-weight: normal;
	margin-bottom: 5px;*/
}

/*#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: -1.75em 0 0 20em;
	/*mnj line-height: auto;*/
}

#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;
	/*mnjnew color:#fff;*/
 	display: block; /*mnj new */
	width: 20em;
}

/* Hover background for all levels */
#nav li:hover, #nav li.sfhover {
	background-color: #99A768;

}
#nav li li:hover, #nav li li.sfhover {
	padding: 3px 0 3px 0;
}
