body {
	font: 11px arial, helvetica, serif;
	text-align: left;
	padding: 0;
	margin: 0em;
}



#nav, #nav ul{
	float: left;
	width:358px;
	list-style: none;
	font-weight: bold;
	padding: 0;
	line-height: 1;
	/*
	width: 46em;
	background: white;
	background: url(MenuFill.gif);
	border: solid #9FA8AE;
	border-width: 1px 0;
	*/
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 10em;
	color: #257a99;
	text-decoration: none;
	font-weight:bold;

}

#nav a:hover {
	color: #1f7d28;
	font-weight:bold;

}

#nav li {
	float: left;
	padding: 0 0 0 0;


}

#nav ul li {
	float: left;
	height:20px;
	width: 220px;
	padding: 4px 3px 2px 3px;

}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 220px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0px 0 0 0;
	border-left: 6px solid #257a99;
	border-right: 6px solid #257a99;

}

#nav li li {
	padding-right: 1em;
	width: 204px !important;
	width: 220px;
	border-left:1px solid #257a99;
	border-right:3px solid #257a99;
	border-top:1px solid #257a99;
	border-bottom:1px solid #257a99;
	background-color: #c5efff;
}

#nav li ul a {
	height:20px;
	width: 220px;
}

#nav li ul ul {
	margin: -25px 0 0 175px !important;
	margin: -25px 0 0 175px
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #daeddc;
	color: #FFFFFF;
}

#nav a.btnA {
	margin:0px;
	width:81px;
	height:27px;
	background: url(../images/CompanyOff.gif) center left no-repeat;
}

#nav a:hover.btnA {
	margin:0px;
	width:81px;
	height:27px;
	background: url(../images/CompanyOn.gif) center left no-repeat;
}

#nav a.btnB {
	margin:0px;
	width:79px;
	height:27px;
	background: url(../images/EquipmentOff.gif) center left no-repeat;
}

#nav a:hover.btnB {
	margin:0px;
	width:79px;
	height:27px;
	background: url(../images/EquipmentOn.gif) center left no-repeat;
}

#nav a.btnC {
	margin:0px;
	width:65px;
	height:27px;
	background: url(../images/ServicesOff.gif) center left no-repeat;
}

#nav a:hover.btnC {
	margin:0px;
	width:65px;
	height:27px;
	background: url(../images/ServicesOn.gif) center left no-repeat;
}

#nav a.btnD {
	margin:0px;
	width:80px;
	height:27px;
	background: url(../images/ContactOff.gif) center left no-repeat;
}

#nav a:hover.btnD {
	margin:0px;
	width:80px;
	height:27px;
	background: url(../images/ContactOn.gif) center left no-repeat;
}

#nav a.btnE {
	margin:0px;
	width:53px;
	height:27px;
	background: url(../images/LinksOff.gif) center left no-repeat;
}

#nav a:hover.btnE {
	margin:0px;
	width:53px;
	height:27px;
	background: url(../images/LinksOn.gif) center left no-repeat;
}
