.navMenu {
	z-index: 15;
	width:185px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: url(http://www.coloradopotato.org/images/green_square_95.png) repeat;
}
.navMenuLarge {
	z-index: 15;
	width:235px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: url(http://www.coloradopotato.org/images/green_square_95.png) repeat;
}
.navItem {
	width: 175px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	padding:5px;
}
.navItemLarge {
	width: 225px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	padding:5px;
}
.navItem a:active,
.navItem a:visited,
.navItem a:link {
	line-height:18px;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.navItem a:hover {
	line-height:18px;
	font-size: 12px;
	text-decoration: none;
	color: #EB6E12;
}
.navItemLarge a:active,
.navItemLarge a:visited,
.navItemLarge a:link {
	line-height:18px;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.navItemLarge a:hover {
	line-height:18px;
	font-size: 12px;
	text-decoration: none;
	color: #EB6E12;
}
