/* CSS Document */


#navvert, #navvert ul {
	background-color: #D2D6DC;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
	font-weight: bold;
	font-size: 1em;
}

/* for all levels */
#navvert a {
	display: block;
	color: #353a90;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.75em;
}

/*mnjnew #navvert a.img {
	padding: 0;
	}*/

/*mnj new */
#navvert a:hover {
	font-weight: bold;
	}
	
/*mnj try this*/
#navvert a:active	{  last link clicked on 
	color: #f00;
	color: #999999;
	background-color: #FFFFFF;
}	

/*#navvert a.daddy {
	background: url(../images/rightarrow2.gif) center right no-repeat;*/
	/*background-color:#FF0000 mnj new off*/
/*}*/

#navvert li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

/* dropdown menu */
#navvert li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
}

#navvert li li {
	border-bottom: 1px solid #fff;
	width: 20em;
}

/*#navvert li ul a {
	width: 3em; 
	w\idth: 9em;
}*/

/* offset for 3rd level submenu -- to make it line up when navvertigating between submenu 2 and 3 */
#navvert li ul ul {
	margin: -1em 0 0 15em;
}

#navvert li:hover ul ul, #navvert li:hover ul ul ul, #navvert li.sfhover ul ul, #navvert li.sfhover ul ul ul {
	left: -999em;
}

/* background of the dropdown menu when displayed*/
#navvert li:hover ul, #navvert li li:hover ul, #navvert li li li:hover ul, #navvert li.sfhover ul, #navvert li li.sfhover ul, #navvert li li li.sfhover ul {
	left: auto;
	/*mnjnew color:#fff;*/
 	display: block; /*mnj new */
	width: 20em;
}

/* Hover background for all levels */
#navvert li:hover, #navvert li.sfhover {
	font-weight: bold;
	background-color: #FFFFFF;
}
