div.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	line-height: 18px;
	text-decoration:none;
}
div.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-decoration:none;
}
div.menu a.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#0066FF;
	text-decoration:none;
}
div.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	list-style-type: none;
	padding-left: 18px;
}

div.sub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	list-style-type: none;
}
div.sub a:hover {
  color:#0099FF;
	list-style-type: none;
}
div.sub a.active {
  color:#0099FF;
	list-style-type: none;
}
