/* line 48 for flyour background */
#nav, #nav ul {
  font-size: 11px;
	font-family: Verdana;
	float: left;
	list-style: none;
	font-weight: none;
	padding: 0;
	margin: 0;
	width: 166px;
	
}
/*  flyout highlight size */
#nav a {
	display: block;
	color: #333333;
	text-decoration: none;
	text-align:left;
	padding: 0;
	/*  Uncomment line below if not using images */
	width: 166px;
	line-height: 26px;
}





#nav a.sub, #nav a.top {
	width: 164px;
	
 /* background: url(arrow.gif) center right no-repeat;*/
}
/*  mainmenu background */







/*THIS PIECE OF CODE CONTROLS THE MAIN LOOK OF THE FIRST LEVEL MENU*/
#nav li {
	float: left;
	padding: 0;
	text-align:left;
margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
	width: 164px;
	
	/*  Uncomment line below if not using images */
 	border-bottom: 1px solid #eef1f3;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 164px;
	font-weight: normal;
	margin: 0;
	margin: -28px 0 0 140px;
border: 1px solid #eef1f3;
}



/*  flyout width * THIS FORMATS THE FLYOUT BOX BACKGROUND*/
#nav li li {
  list-style: none;
  text-align:left;
	width: 164px;
	border-bottom: 1px solid #e7e9e6;
	background: #f3f5f2;
}

#nav li ul a {
line-height: 26px;
padding-left: 0px;
padding-right: 0px;

}

#nav li ul ul {
	margin: -26px 0 0 164px;
	background: green;
}

#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-image: url('000hover.gif');
}

#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;
	background-image: url('000hover.gif');
}

#nav li:hover, #nav li.sfhover {
	background: #7BCE4C;
width: 164px;	
color: white;
}
