/* menu.css */
@media screen {
#menu {
	clear:both;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	height:28px;
	width:100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #007236;
	background: #e9e9e9;
}
}
/* end media screen */

@media print {
#menu {
	clear:both;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	height:28px;
	width:100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #007236;
	display: none;
}
}
/* end media print */

#menu ul, ul.nobullets, .jsMenu ul {
margin:0;
padding:0;
list-style:none;
}

#menu li {
	height:28px;
	margin:0;
	padding:0;
	float:left;
	width: 19%;

}

#menu a {
	display:block;
	width:100%;
	line-height:28px;
	border-left:1px solid #7e7e7e;
	height:28px;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#menu li a span {
	display:block;
	width:100%;
	font-size: 14px;
	height:28px;
	border-left:1px solid #fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#menu a:hover, #menu a.selected {
	cursor:pointer;
	color: #8f8d8d;
}

#wrap {
	width: 100%;
	text-align: left;
	height: 28px;
	margin-top: 0px;
}

/* for drop down menus */

.jsMenu {
	display:none;
	background-color:#e4c191;
	border:1px solid #555;
	text-align: center;
	position: absolute;
	height: auto;
	width: 120px;
	padding: 0px;
	}

.jsMenu li {
	border-bottom:1px solid #fff;
	font-family:verdana, sans-serif;
	font-size:10px;
	margin:0px;
}

.jsMenu li.separator {
line-height:1px;
height:1px;
background-color:#003399;
padding:0px;
margin:0px;
}

.jsMenu li a {
display:block;
text-decoration:none;
color:#603913;
border:1px solid #ccc;
padding:1px 2px 2px 6px;
}

.jsMenu a:hover {
	background:#ffffcc;
	color: #ff0000;
}
.left {
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* define site's section colours into classes */
.home{color: #009966;}
.bluegrass{color: #3399FF;}
.dogshow{color: #ff6600;}
.fair{color: #996666;}
.equine{color: #CC0000;}
/*.sponsors{color: #0066CC;}*/
/*.attractions{color: #FF9933;}
.news{color: #CC9933;}
}*/

/* Navigation crumbs for ie without javascript */
#crumbs {
  margin: 0 0 5px 30px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: xx-small;
  color: #999;
  voice-family:"\"}\"";
  voice-family: inherit;
  font-size: x-small;
}
html>body #crumbs {
  font-size: x-small;
}

#crumbs a {
  font-weight: normal;
  color: #69c;
  text-decoration: none;
}

#crumbs a:hover {
  text-decoration: underline;
}
