
#nav {
	margin: -25px 0 0 0;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	border: none;
}
#nav ul li {
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.3em;
}
#nav ul li span {
	font-size: 1.2em;
	background: url(../images/bullet-on.gif) 0 0 no-repeat ;
	padding: 0 0 0 15px;
	font-family: arial, sans-serif;
}
#nav ul li a {
	font-size: 1.2em;
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0 0 0 15px;
	background: url(../images/bullet-off.gif) 0 0 no-repeat ;
	font-family: arial, sans-serif;
}
#nav ul li a:hover, #nav ul li a:focus {
	color: #000;
	background: url(../images/bullet-checked.gif) 0 0 no-repeat ;
}

* html #nav ul li.subnav {
	margin: 0 0 0 3px; /* IE6 only */
}
#nav ul ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
	border: none;
}
#nav ul ul li {
	margin: 0;
	line-height: 1.2em;
}
#nav ul ul li span {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bullet2-on.gif) no-repeat 0 2px;
}
#nav ul ul li a {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #666;
	margin: 0;
	background: url(../images/bullet2-off.gif) no-repeat 0 2px;
}
#nav ul ul li a.active, #nav ul ul li a.active:hover, #nav ul ul li a.active:focus {
	color: #000000;
	background: url(../images/bullet2-on.gif) no-repeat 0 2px;
	margin: 0;
	padding: 0 0 0 15px;
}
#nav ul ul li a:hover, #nav ul ul li a:focus {
	color: #000000;
	background: url(../images/bullet2-checked.gif) no-repeat 0 2px;
	margin: 0;
	padding: 0 0 0 15px;
}