ul#navigation
{
	font-weight: bold;
	display: block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	margin-left: 5px;
	padding: .2em .8em;
	list-style-type: none;
	width: 8em;
}

ul#navigation a
{

	display: block;
	text-decoration: none;
	/*background:  #69c;*/
	color: #0000FF;
	/*padding: .2em .5em;*/
	/*border-bottom: 2px solid #fff;*/
	/*width: 6em;*/
}

ul#navigation a:hover
{
	background: #69c;
	color: #000;
}

ul#navigation li
{
	display: block; /* was inline */
	/* border-bottom: 2px solid #fff; */
	padding-bottom: .3em;
	padding-top: .2em;
}

#navthispage /* this is used to highlight the option that represents this page */
{
	font-weight: bold;
}

#navnotactive /* this is used to highlight the option that represents this page */
{
	color: #CCCCCC;
}
ul#subnav
{
	font-weight: bold;
	display: block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	margin-left: 2px;
	padding: .2em .8em;
	list-style-type: none;
	width: 8em;
}

ul#subnav a
{

	display: block;
	text-decoration: none;
	/*background:  #69c;*/
	color: #0000FF;
	padding: .2em .5em;
	/*border-bottom: 2px solid #fff;*/
	/*width: 6em;*/
}

ul#subnav a:hover
{
	background: #69c;
	color: #000;
}

ul#subnav li
{
	display: block; /* was inline */
	border-bottom: none;
	padding-bottom: .3em;
	padding-top: .2em;
}
