#wrapper {
	margin:0;
	padding:0;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	}
/* zeroing padding/margin for all elements */
#TJK_dropDownMenu,
#TJK_dropDownMenu * {
	margin:0;
	padding:0;
	}
/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {
	margin:0;
	padding:0;
	position:relative;
	background:#fff;
	float:left;
	white-space:nowrap;
	margin-left:60px;
	}
/* IE6 Only */
* html #TJK_dropDownMenu {
	margin-left:32px;
	}
/* IE7 Only */
*:first-child+html #TJK_dropDownMenu {
	margin-left:62px;
	}
/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	cursor:default;
	width:800px;
	max-width:100%;
	position:absolute;
	height:auto;
	top:21px;
	height:44px;
	padding:0;
	margin:0;
	padding-left:100px !important;
	background-position:0 0 !important;
	left:-9000px;
	font-family: Arial, sans-serif;
  	font-size:11px;
	font-weight:bold;
	overflow:hidden;
	}
/* IE6 Only */
* html #TJK_dropDownMenu li ul {
	width:800px;
	}
/* IE7 Only */
*:first-child+html #TJK_dropDownMenu li ul {
	width:800px;
	}
/* All LIs */
#TJK_dropDownMenu li {
	cursor:pointer;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	}
/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	padding-top:14px;
	padding-left:14px;
	border:none;
	color:#fff;
	}
/* All anchors */
#TJK_dropDownMenu li a {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	padding:0px;
	height:23px;
	}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	margin:0;
	padding:0;
	color:#fff;
	background-position:0 50% !important;
	}
/* position and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {
	left:0;
	z-index:10;
	}
/* Current location - class on Body must match LI's id */
.services #TJK_dropDownMenu li#services a,
.industry #TJK_dropDownMenu li#industry a,
.products #TJK_dropDownMenu li#products a,
.pests #TJK_dropDownMenu li#pests a,
.business #TJK_dropDownMenu li#business a,
.about #TJK_dropDownMenu li#about a,
.contact #TJK_dropDownMenu li#contact a {
	color:#fff;
	cursor:default;
	}
.services #TJK_dropDownMenu li#services ul,
.industry #TJK_dropDownMenu li#industry ul,
.products #TJK_dropDownMenu li#products ul,
.pests #TJK_dropDownMenu li#pests ul,
.business #TJK_dropDownMenu li#business ul,
.about #TJK_dropDownMenu li#about ul,
.contact #TJK_dropDownMenu li#contact ul {
	left:0;
	z-index:5;
	}
/* background images and border colors */
#TJK_dropDownMenu li#services ul,
.services #TJK_dropDownMenu li#services {
	background:#fff url(../images/bg_tabbar.gif) repeat-x !important;
	}
#industry:hover,
#industry:focus,
#TJK_dropDownMenu li#industry ul,
.industry #TJK_dropDownMenu li#industry {
	background:#fff url(../images/bg_tabbar.gif) repeat-x !important;
	}
#products:hover,
#products:focus,
#TJK_dropDownMenu li#products ul,
.products #TJK_dropDownMenu li#products {
	background:#fff url(../images/bg_tabbar.gif) repeat-x !important;
	}
#pests:hover,#pests:focus,
#TJK_dropDownMenu li#pests ul,
.pests #TJK_dropDownMenu li#pests {
	background:#fff url(../images/bg_tabbar.gif) repeat-x !important;
	}
#business:hover,
#business:focus,
#TJK_dropDownMenu li#business ul,
.business #TJK_dropDownMenu li#business {
	background:#fff url(../images/bg_tabbar.gif) repeat-x !important;
	}
#about:hover,
#about:focus,
#TJK_dropDownMenu li#about ul,
.about #TJK_dropDownMenu li#about {
	background:#fff url(../images/bg_tabbar.gif) repeat-x !important;
	}
#contact:hover,
#contact:focus,
#TJK_dropDownMenu li#contact ul,
.contact #TJK_dropDownMenu li#contact {
	background:#fff url(../images/bg_tabbar.gif) repeat-x !important;
	}
/* "trigger" and "msieFix" classes */
#TJK_dropDownMenu li.msieFix a {
	color:#fff !important;
	}