@charset "UTF-8";
/* CSS Document */
#navbeef {
}
#navbeef ul {
	float: left;
	width: 583px;
	margin: 0px;
	background-image: url(../fair/images/JuniorBeefNav.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	display: block;
}
#navbeef li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#navbeef a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight: normal;
	height: 30px;
}
#navbeef a:visited {
text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight: normal;
}		
#navbeef a:hover {
	text-decoration: underline;
	height: 100%;
	width: 100%;
}
#navwine a:active {
text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight: normal;
}
