/* CSS Document */


/*mnj1 orig #navvert #navvert ul {
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
	font-weight: bold;
	font-size: 1em;
	width: 211px;
	background-color: #D2D6DC;
}*/

#navvert {
	width: 211px;
	font-size: 1em;
	text-transform: capitalize;
	margin-left: 50px;
}

#navvert ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* for all levels */
#navvert a {
	display: block;
	text-decoration: none;
	color: #767777;
	padding: 5px 0 3px 0px;
}

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

/*mnj new */
#navvert a:hover {
	padding: 5px 0 3px 15px;
	text-decoration: none;
	color: #666666;
	background-image: url(../images/menu-bkgd-circle.jpg);
	background-repeat: no-repeat;
	}
	
/*mnj try this*/
#navvert a:active	{  /*ast link clicked on */
	color: #E4922C;
	background-color: #FFFFFF;
	text-decoration: none;
}	

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

#navvert li {
	/*mnj1 width: auto;*/
	width: 17.25em;
	margin: 0;
	padding: 0px;
	/*mnj1 border-collapse: collapse;*/
	line-height: 12px;
	/*mnj activate for horizontal dropdowns       float: left;*/
}

#navvert li ul li {
	line-height: 12px;
	/*mnj activate for horizontal dropdowns       float: left;*/
	padding: 3px 0;
	/*mnj1 width: 20em;*/
	width: 17em;
}

/* dropdown menu */
#navvert li ul {
	left: -999em;
	background-color: #BACDDB;
	position: absolute;
	/* mnj1 height: auto;*/
	/* mnj1 font-weight: normal;
	margin: 0;*/
	/*mnj line-height: 20px;*/
}


/*#navvert 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 */
#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 {
	/*mnjnew color:#fff;*/
 	display: block; /*mnj new */
	/*mnj1 width: 20em;*/
	width: 17em;
	left: auto;
	margin-left: 17em;
	top: auto;
	margin-top: -1.25em;
}

/* Hover background for all levels */
#navvert li:hover, #navvert li.sfhover {
	background-color: #FFFFFF;
}
