@charset "UTF-8";

#topNav {
	height: 25px;
	font-size: 0.7em;
	margin: 0;
}

#topNav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#topNav li
{
	float: right;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0.15em;
}

#topNav li a
{
	height: 1.2em;
	line-height: 1.2em;
	float: left;
	display: block;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	width: auto;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#topNav a:hover {
	text-decoration: underline;
}
#topNav #currentpage a {
	text-decoration:underline;
}
#btmNav {
	height: 25px;
	font-size: 0.7em;
	margin: 0;
	background-color: #993399;
	padding: 4px 0 0 0;
}

#btmNav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#btmNav li
{
	float: right;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0.15em;
}

#btmNav li a
{
	height: 1.2em;
	line-height: 1.2em;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	width: auto;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#btmNav a:hover {
	text-decoration: underline;
}
#btmNav #currentpage a {
	text-decoration:underline;
}
