#secondaryNav {
    float: left;
	width: 166px;
	padding: 0px 5px 0px 0px;
}

#secondaryNav a.parent {

	background: transparent;
	color: #009900; 
	font-family: arial, helvetica, sans-serif;
	text-align: left; 
	font-weight: bold;
	display: inline;
}

#secondaryNav a.sibling {

	background: transparent url('../images/generic/link_arrow.gif') no-repeat center left;
	color: #009900; 
	font-family: arial, helvetica, sans-serif;
	text-align: left; 
	font-weight: normal;
	padding-left: 10px;
	display: inline;
}

#secondaryNav a.current {

	background: transparent url('../images/generic/large_dgrey_arrow.gif')  no-repeat center left;
	color: #666666; 
	font-family: arial, helvetica, sans-serif;
	text-align: left; 
	font-weight: bold;
	padding-left: 10px;
	display: inline;
}

#secondaryNav a.child {

	background: transparent;
	color: #666666; 
	font-family: arial, helvetica, sans-serif;
	text-align: left; 
	font-weight: normal;
	padding-left: 20px;
	display: inline;
}

#secondaryNav ul
{
    margin:0px;
    padding:0px;
}

#secondaryNav ul {

	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	list-style: none;
}

#secondaryNav li {

	padding: 5px 0px 5px 0px;
	border-top: 1px solid #cccccc;
}