#MainNavOuter{
	padding:0 10px 0 12px;
}
.MainNav {
	width:968px;
	height:48px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.MainNav ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.MainNav ul li {
	float:left;
	position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.MainNav ul li a, .MainNav ul li a:visited {
	height:48px;
	color:#e9f1f4;
	font-size:0;
	line-height:0;
	text-align:center;
	text-decoration:none;
	display:block;
}
/* make the dropdown ul invisible */
.MainNav ul li ul {
	display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.MainNav ul li:hover a {
	color:#e9f1f4;
	background-position: 0 -48px;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.MainNav ul li:hover ul {
	top:43px;
	left:0px;
	border:1px solid #86c000;
	border-bottom:none;
	display:block;
	position:absolute;
}

.MainNav ul li:hover ul.BeeServices {
	width:199px;
}
.MainNav ul li:hover ul.BeeWasps {
	width:208px;
}

/* style the background and foreground color of the submenu links */
.MainNav ul li:hover ul li {
	margin:0;
	border-bottom:1px solid #86c000;
}
.MainNav ul li:hover ul li a {
	height:30px !important;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	line-height:30px !important;
	padding:0 0 0 18px;
	margin:0px;
	display:block;
	background:url(/site/images/arroww.gif) 6px 9px no-repeat #539b13;
}

.MainNav ul li:hover ul.BeeServices li {
}
.MainNav ul li:hover ul.BeeServices li a {
	width:181px;
}

.MainNav ul li:hover ul.BeeWasps li {
}
.MainNav ul li:hover ul.BeeWasps li a {
	width:190px;
}

/* style the background and forground colors of the links on hover */
.MainNav ul li:hover ul li a:hover {
	color:#fff;
	height:29px !important;
	line-height:30px !important;
	padding-top:1px;
	background:url(/site/images/arroww.gif) 6px 10px no-repeat #86c000;
}

/* Main Nav style the background */
a.NavHome{
	width:98px;
	background:url(/site/images/nav_home.gif) no-repeat;
}
a.NavBeeServices{
	width:201px;
	background:url(/site/images/nav_bee_removal_services.gif) no-repeat;
}
a.NavBeeWasps{
	width:210px;
	background:url(/site/images/nav_about_bees_and_wasps.gif) no-repeat;
}
a.NavBeeFAQ{
	width:197px;
	background:url(/site/images/nav_bee_removal_faq.gif) no-repeat;
}
a.NavAboutUs{
	width:116px;
	background:url(/site/images/nav_about_us.gif) no-repeat;
}
a.NavContactInfo{
	width:146px;
	background:url(/site/images/nav_contact_info.gif) no-repeat;
}
