#primarymenu {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/jbmenubg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #618619;
	height: 40px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#primarymenu ul {
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#primarymenu li {
	display: inline;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0px;
	line-height: 40px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #5F9517;
}
#primarymenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
#primarymenu a:hover {
	color: #000000;	
}
#mainmenu {
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#mainmenu ul {
	list-style-type:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainmenu li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #495814;
	background-image: url(../img/jbmenubull.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 13px;
	}
#mainmenu a {
	color: #92B027;
	text-decoration: none;
	font-weight: bold;
}
#mainmenu a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
#mainmenu li ul li {
	padding-left: 15px;
	background-image: url(../img/childdots.gif);
	background-repeat: no-repeat;
	background-position: 0 -4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4CC506;
	}
#menuFooter {
	text-align: center;
	padding-left: 8px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 10px;
}
#menuFooter ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menuFooter li {
	display: inline;
	padding-left: 8px;
	padding-right: 7px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #608519;
	line-height: 15px;
}
