/* LEFT NAV */



.sideLeft ul li {
	width: 149px;
	}
	
.sideLeft ul, .sideLeft li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	}
	
.navList {
	/*font-size: 90%;*/
	}	
			
.navList h2 {
	font-size: 120%;
	margin: 16px 0 6px;
	padding-bottom: 0px;
	}
			
.navList li {
	background: none;
	margin: 0px;
	padding-top: 0px;
	line-height: 100%;
	font-size: 80%;
	font-weight: bold;
	}
	
.navList li a {
	background: none;
	text-decoration: none;
	}
	
.navList .navSubList li a {
	background: none;
	display: block;
	padding: 4px 0 0 0; /* vertical indent above solid colour to allow top image to be seen */
	color: #FF33CC; /* menu text colour */
	text-decoration: none;
	}

		
.navSubList li a span {
	padding: 1px 4px 4px 4px; /* indent around each list item (inc left indent) */
	display: block;
	}	
.navList .navSubList li {
	font-size: 100%;
	}
* html .navList .navSubList li {
	margin-bottom: 0px;
	}			
.navList li.selected a,
.navList li.selected a:hover {
	background:  url(../assets/leftnav/leftnav_selected_top.gif) 0 0 no-repeat; /* sets top image for selected */
	display: block;
	}	
.navList li.selected a span,
.navList li.selected a:hover span {
	background: #CCCC99 url(../assets/leftnav/leftnav_selected_bot.gif) 0 100% no-repeat; /* sets bottom image for selected */
	color: #660066; /* menu text selected colour */
	}	
.navSubList li a:hover  {
	background:  url(../assets/leftnav/leftnav_selected_top.gif) 0 0 no-repeat; /* sets top image for hover */
	color: #998344; /* menu text hover colour */
	text-decoration: none;
	}		
.navSubList li a:hover span {
	background: #CCCC99 url(../assets/leftnav/leftnav_selected_bot.gif) 0 100% no-repeat; /* sets bottom image for hover */
	color: #998344; /* menu text hover colour */
	}
	
.navSubList li {
	background:  url(../assets/leftnav/leftnav_pale_top.gif) 0 0 no-repeat; /* sets top image for static */
	text-decoration: none;
	}		
.navSubList li span {
	background: #FFFFFF url(../assets/leftnav/leftnav_pale_bot.gif) 0 100% no-repeat; /* sets bottom image for static */
	}

