#navigation a
{
	color: #FFFF00;
	background: #003300 url(../images/leftcorner.gif) no-repeat left top;
	text-decoration: none;
	font-family: Copperplate, serif;
	font-weight: bold;
	padding-left: 1em;
}

#navigation a span
{
background: url(../images/rightcorner.gif) no-repeat right top;
padding-right: 1em}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a:hover
{
color: #FFFFFF;
background: #006600 url(../images/leftcornerhover.gif) no-repeat left top;
text-decoration: none;
padding-left: 1em}

#navigation a:hover span
{
background: url(../images/rightcornerhover.gif) no-repeat right top;
padding-right: 1em}

#navigation
{
	list-style: none;
	padding: 0em;
	margin: 0em 0em 0em 0.7em;
	text-align: center;
	top: 0.5em;
	font-size: 1.4em;
}

#navigation li
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.subnavigation a
{
	color: #FFF;
	background: url(../images/leafcornerright.gif) no-repeat left top;
	text-decoration: none;
	border: 0px;
	padding-left: 1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: .5em;
}

.subnavigation a span
{
	background: url(../images/leafcornerleft.gif) no-repeat right top;
	padding-right: 1em;
	padding-bottom: 1em;
}

.subnavigation a, .subnavigation a span
{
	display: block;
	float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
.subnavigation a, .subnavigation a span
{
float: left
}
/* End IE5-Mac hack */

.subnavigation a:hover
{
	color: #FFFF00;
	background: url(../images/leafcornerright.gif) no-repeat left top;
	text-decoration: none;
	padding-left: 1em}

.subnavigation a:hover span
{
	background: url(../images/leafcornerleft.gif) no-repeat right top;
	padding-right: 1em}


.subnavigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1em}

.subnavigation li {
	display: inline;
	margin: 0;
	font-size: 0.7em;
}

.subnavigation ul li a {
	font-size: 1em;
	padding: 0em;
	text-decoration: none;
}
.subnavigation {
	font-size: 1em;
	margin-left: 0.5em;
	clear: both;
	z-index: 3;
}
