.repeat {
	background-image: url(images/r_peat.jpg);
	background-repeat: repeat-x;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 125px;
	text-align: center;
	list-style-type: none;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #74A146;
	width: auto;
	z-index: 1;
	top: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #FFFFFF;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	top: 23px;
}

#nav {
	margin-top: 0px;
	margin-left: 254px;


}

#content {
	clear: left;
}
#navHold {
	height: 24px;
	margin-top: 0px;
	z-index: 1;
	background-image: url(../images/topNav/images/pixelRepeat1.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666666;
	text-align: center;
}
#nav li li a {
	color: #719E41;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#nav li li a:hover {
	background-color: #669933;
	display: block;
	height: 24px;
	color: #FFFFFF;
}
#nav a {
	text-decoration: none;
}
.DropStyle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 24px;
	color: #74A146;
	background-color: #FFFFFF;
}
.List a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #FFFFFF;
	font-weight: bold;
}
.left {
	float: right;
}
.topBackground {
	background-image: none;
	height: 120px;
	width: 955px;
}
.right {
	float: right;
}
.cellBackGroundRepeat {
	background-repeat: repeat-x;
}
.left {
	float: left;
	margin-top: 2px;
	border: 1px solid #666666;
	margin-left: 2px;
}
#middle a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
#topHold {
	width: 990px;
}
#content {
	margin-left: -495px;
	position: absolute;
	left: 50%;
}
