
/* CSS for Drop down menu */
#menu {
	width: 140px;
	margin-left:0px;
	font-size:12px;  font-family: "Trebuchet MS", Arial,Helvetica, Verdana, sans-serif; font-weight:bold;
	border: 0; elevation:higher
}

#nav, #nav ul {
	width: 140px;
	list-style: none;
	text-align: center; 
	padding: 0;
	margin: 0 0 0 0; background-color:#725a8f; line-height:25px;/*--sets height of top nav*/ 
	}

#nav a {
	display: block;
	width: 140px;
	color: #e9e7d6;
	text-decoration: none;
    text-align:center;
		
}


.navhead {
	display: block;
	width: 140px;
	color: #FFFFFF;
	text-align:center;
}

	
#nav li {/*controls top level text widths  - USe text indent, not margin, otherwised hover bar will not go all way to the right */
	
	margin-left: 0px; text-indent:0px;
	width: 140px;
	line-height:25px;
	 border-bottom: 1px solid #000;
}


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

#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;
}

/*Set hover colors. Add class to menu div  DOn use the name "hover" for the class name.*/
#nav .lisa li:hover, #nav .lisa li.sfhover {
	background-color:#934c95; 
}
