/* A few IE bug fixes */
#page-nav-left ul {margin: 0px; padding: 0px 30px;}
* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }

/* Some list and link styling */
#page-nav-left ul li { width: 180px; background: url(/images/nav-break.jpg) no-repeat; background-position: bottom; padding: 0px 45px 10px 20px;}
#page-nav-left ul ul li { width: 175px; padding: 0px 6px; margin-bottom: 0; background: none; line-height:14px;}
/* Barry */
#page-nav-left ul ul ul li { width: 160px; padding: 0px 0px; margin-bottom: 0; background: none; line-height:14px;}
#page-nav-left ul ul li a, ul ul li a:visited { display:block; margin-top:4px; color: #666; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
#page-nav-left ul ul li a:hover { display:block; color:#0099FF; }
#page-nav-left ul ul ul li a, ul ul ul li a:visited{ color: #000; font-size:10px;}
#page-nav-left ul ul ul li a:hover{ }
#page-nav-left li { list-style-type: none; }
#page-nav-left h2 { margin-top: 1.5em; }

/* Header links styling */	
#page-nav-left span.head a { 
	color: #304862;
	display:block;
	font-family: "Times New Roman", Times, serif; 
	font-size: 13px;
	font-weight: bold;
	background: url(/images/arrow-up.png) no-repeat; 
	background-position: 0% 50%;
	padding: 3px 6px 0px 20px;
	margin-bottom: 5px;
}

#page-nav-left span.head a:hover { 
	color: #304862;
	background: url(/images/arrow-up.png) no-repeat; 
}

#page-nav-left span.selected a { 
	background: url(/images/arrow-down.png) no-repeat; 
	background-position: 0% 50%;
	color: #304862;
	padding: 3px 6px 0px 20px;
}

#page-nav-left span.selected a:hover { 
	background: url(/images/arrow-up.png) no-repeat; 
}


