div#navSecondary {
	width: 170px;
	display: inline;
	font-size: 10px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	clip: rect(auto,auto,auto,auto);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	font-weight: normal;
	}
div#navSecondary h4 a {
	background:none;
	padding:0px;
	margin:0px;
	list-style-type: none;
}
div#navSecondary li.selectedCategory {
	
	background: url(images/dotline.gif) bottom repeat-x;
	padding: 3px 0 12px 0;
	}
div#navSecondary li.selectedCategory a {
	font-size: 1.1em;
	color: #88b417;
	font-weight: 700;
	}

div#navSecondary li.topcat {
	background: url(images/dotline.gif) bottom repeat-x;
	list-style-type: none;
	margin: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	text-align: left;
	}
div#navSecondary li.topcat a {
	font-size: 16px;
	font-weight: normal;
	}

div#navSecondary li.sub1, div#navSecondary li.sub2, div#navSecondary li.sub3 {
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	list-style-type: none;
	font-size: 10px;
	}

div#navSecondary li.sub3 {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	font-weight: bold;
	}

div#navSecondary ul.level2 a {
	font-weight: normal;
	padding-left: 12px;
	line-height: 1.2em;
	background: url(images/navBullet.gif) 0 -3px no-repeat;
	}

div#navSecondary ul.level2 {
	padding-bottom: 8px;
	padding-top: 3px;
	background-image: url(images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	list-style-type: none;
	}
