/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style2 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666633;
	text-decoration:underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666633;
	text-decoration:underline;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
#navigation li a {
	display: block;
	padding-left: 17px;
	background-image: url(bullseye.gif);
	font-weight: bold;
	width: 100%;
	background-position : left;
	background-repeat : no-repeat;
}
#navigation li a:hover {
	background-image: url(bullseyeg.gif);
}

html>body #navigation li a {
width: auto;
}