ul#PageNavigation, #PageNavigation ul {
	/* list-style-image: url('/img/arrow_px.gif'); */
	padding: 2px 0px 0px 0px;
	list-style-type: none;
	font-size: 8pt;
	margin: 0;
	text-indent: 0;
	display: block;
}

ul#PageNavigation > li 
{
	z-index: 1;
	
}

ul#PageNavigation  li.last 
{
    border-bottom: none;
}
ul#PageNavigation 
{
    /* list-style-image: url('/img/bullet_circ.gif'); */
    float: left;
    width: 149px;
	padding: 3px 3px 3px 0px !important;
	padding: 3px 3px 3px 0px;
	
	text-align: left;
	z-index: 1;
	list-style-position: inside;	
	margin-right: 0;
}


#PageNavigation li {
	margin-left: 18px !important;
	margin-left: 0px;
	/* list-style-image: url('/img/arrow_px.gif'); */
	text-align: left;
	z-index: 1;
    padding: 3px 3px 3px 0px;
    border-bottom: solid 1px #ccc;
    z-index: 5;
    zoom: 1;
    position: relative;    
    padding-top: 5px;
    padding-bottom: 8px;
    display: block;
}

#PageNavigation a {
    display: block;
    text-indent: -1em;
    padding-left: 2em;
    }

#PageNavigation ul li {
	border: none;
	text-align: left;
	
	padding: 0;
	margin: 0;
	zoom: 1;
}

#PageNavigation ul li ul li {
    zoom: 1;
    }

#PageNavigation span 
{
    width: 9px;
    height: 9px;
    display: block;
    float: left;
	/*  This position hack is here because z-index is unable to put the span above the
	 *  list bullets.  Absolute positioning puts them above, but in IE they move to
	 *  a compeltely different location.
	 */
	padding: 0;
	margin: 0;
    z-index: 1000;
    background: url("/img/arrow_px.gif") no-repeat center left;
    
}

#PageNavigation ul li span {
}

#PageNavigation span.clicker:hover 
{
    cursor: pointer;    
}

#PageNavigation li.noChildren span.clicker:hover 
{
    cursor: auto;    
}

ul#PageNavigation ul li.open span {
    /* list-style-image: url('/img/arrow_px_down.gif'); */
    background: url("/img/arrow_px_down.gif") no-repeat center left;
}
ul#PageNavigation li.open span, ul#PageNavigation li.open li.open span
{
    /* list-style-image: url('/img/arrow_px_down.gif'); */
    background: url("/img/arrow_px_down.gif") no-repeat center left;
}
ul#PageNavigation li.noChildren 
{
	
}

ul#PageNavigation li.open li span, ul#PageNavigation li.open li li span {
    background: url("/img/arrow_px.gif") no-repeat center left;
    }
    
ul#PageNavigation li.noChildren span, 
ul#PageNavigation li li.noChildren span,
ul#PageNavigation li li li.noChildren span {
    background: none;
    }

ul#PageNavigation ul {
    list-style-position: inside;	
    padding-left: 0em;
}
#skipper {
	visibility: hidden;
}

