/* SUB NAV */



.sideLeft ul li {
	width: 172px;
	}
	
.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%; /* should it be pixels? See how it effects other lists */
	font-weight: normal;
	}
	
.navList li a {
	background: none;
	text-decoration: none;
	}
	
.navList .navSubList li a {
	background: none;
	display: block;
	padding: 4px 0 1px 0; /* vertical indent above solid colour to allow top image to be seen + added 1px to bottom to add space between each item */
	color: #333; /* 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/subnav/subnav_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: #219C2D url(../assets/subnav/subnav_selected_bot.gif) 0 100% no-repeat; /* sets bottom image for selected */
	color: #FFF; /* menu text selected colour */
	}	
.navSubList li a:hover  {
	background:  url(../assets/subnav/subnav_selected_top.gif) 0 0 no-repeat; /* sets top image for hover */
	color: #FFF; /* menu text hover colour */
	text-decoration: none;
	}		
.navSubList li a:hover span {
	background: #219C2D url(../assets/subnav/subnav_selected_bot.gif) 0 100% no-repeat; /* sets bottom image for hover */
	color: #FFF; /* menu text hover colour */
	}
	
.navSubList li {
	background:  url(../assets/subnav/subnav_pale_top.gif) 0 0 no-repeat; /* sets top image for static */
	text-decoration: none;
	}		
.navSubList li span {
	background: #B6E8FA url(../assets/subnav/subnav_pale_bot.gif) 0 100% no-repeat; /* sets bottom image for static */
	}
