#menu {
	background: #daae44;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #f2e8cb;
	border-bottom: 1px solid #d7c694;
	color: #333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #ffc76f url("images/hover.gif") left center no-repeat;
	color: #333;
	padding-bottom: 8px;
	font-weight:bold;
}


#menu2 {
	background: #daae44;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu2 li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu2 a {
	background: #f2e8cb;
	border-bottom: 1px solid #d7c694;
	color: #333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu2 a:hover {
	background: #cae796 url("images/hover.gif") left center no-repeat;
	color: #333;
	padding-bottom: 8px;
	font-weight:bold;
}

#menu2 a#currents {
	background: #cae796 url("images/hover.gif") left center no-repeat;
	color: #333;
	padding-bottom: 8px;
	font-weight:bold;
}


.style5 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
