#menuwrapper {
	padding-top:20px;
	float:right;
	padding-right:0px;
	text-align:left;
	width:620px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	font-size: 11px;
	color: #f4f4f4;
}
#nav a:hover, #nav a:focus {
	color:#e2e4d3;
}
#nav li { /* all list items */
	float: left;
	color: #68737a;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover a.trigger, #nav li a.trigger:focus {
	background:#720411;
/*	background:url(../images/pest_Drop01.gif) no-repeat;*/
	color:#e2e4d3;
}
#nav li:hover a.trigger02, #nav li a.trigger02:focus {
	background:#720411;
	/*background:url(../images/pest_Drop02.gif) no-repeat;*/
	color:#e2e4d3;
}
#nav li ul a{ /* second-level lists */
	width: 107px;
	margin-left:1px;
}
#nav li ul a:hover {
	background-color: #d80000!important;
	color: #FFFFFF !important;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 7em;
}

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

#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 { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #FFFFFF;
}