/*
//===========================================================
//	Created By the Learning Trust - Webteam 
//	
//===========================================================
*/



#sub_nav {
	margin: 0px 0 0px 10px;
	padding: 0px 0 0px 0;
	list-style: none;
	width: 156px;
	background-color: #EFEFEF;
	
}
#sub_nav li {
	position: relative;
	padding-bottom: 1px;
	background-color: #ffffff;
	
}
#sub_nav li a {
	display: block;
	text-decoration: none;

	/* IE6 Bug */ padding:0px 0px 0px 5px;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	
	font-size: 11px;
	
}
#sub_nav li a:hover, #categories li a.ont-selected:hover {
	background: #E1E1E1;

	color: #006699;
}
