#listnav {
	position: absolute;
	width: 115px;
	left: -1px;
	top: 1px;
	z-index: 51;
	height: 25px;
}
/* Defines the font fact and size for all the list items, removes the standard bullet, clears the margin and padding  */
#listnav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* Ensures a bottom margin is present to separate each list item */
#listnav li {
	margin-bottom: 1px;
}
/* Extends the active area of the link to the block-level */
#listnav a {
	display: block;
	width: 100px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #D61921;
	border: 1px solid #000000;
}
/* Defines the look of the text when the buttons are in their standard and already-visited states, removes the underline from the link */
#listnav a:link, #listnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* swaps the background image and alters the text color in the rollover state */
#listnav a:hover {
	color: #FF0000;
	border: 1px solid #FF0000;
	background-color: #000000;
}
#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

