#optionsnav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
#optionsnav li {
	background-image: url(option.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#optionsnav li a:hover {
	margin: 0;
	background-image: url(optionover.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
}
#optionsnav a
{
	font-size: 10px;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: normal;
	color: #000000;
	position: relative;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
