/* CSS Document */


#nav {
	background-color: #11406E;
	text-decoration:none;
	top: 52px;
	left:300px;
	position: absolute;
	width: 592px;
}

#nav ul {
	background-color: #11406E;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 1em;
	line-height: 19px;
}


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


#nav a:hover {
	font-weight: bold;
	color: #11406E;
	}
	
/*mnj try this*/
#nav a:active	{  
	color: #f00;
	color: #999999;
	background-color: #000000;
}	


#nav li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	
}

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

#nav li li {
	border-bottom: 1px solid #fff;
	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: -1em 0 0 15em;
}

#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 {
	font-weight: bold;
	/* red background-color: #993300;*/
	background-color: #aec9e6;
	color: #11406E;
}
