#menu {
	font-size: 1.1em;
	font-weight: bold;
	color: #2898ea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu li {
	background: url(../images/bullet2.gif) 0 0 no-repeat;
	padding: 0 0 14px 12px;
}
#menu a {
	text-decoration: none;
	color: #929292;
}
#menu li.current, #menu li.section {
	background: url(../images/arrow.gif) 0 3px no-repeat;
	color: #000000;
}
#menu li.current a, #menu li.section a, #menu li a:hover {
	color: #000000;
}

