/* NAVIGATION LEVEL 1 */
ul.navLevel1 {
	background:#d4d4d4 url(../images/nav_level_1_main.gif) repeat-x;
	color:#4b4b4b;
	float:left;
	font-size:1em;
	margin:0 0 1px;
	padding:0;
	position:relative;
	width:940px;	
	z-index:1;		
}
	ul.navLevel1 li { background:url(../images/nav_level_1_divider.gif) no-repeat right center; display:block; float:left; position:relative; white-space:nowrap; }	
		ul.navLevel1 li.last-child { background:none; }		
		ul.navLevel1 li a {
			color:#4b4b4b;
			float:left;
			padding:8px 15px 8px 14px;
		}
			ul.navLevel1 li.last-child a { padding-right:17px; }
		ul.navLevel1 li a:hover, ul.navLevel1 li a:active, ul.navLevel1 li a:focus, ul.navLevel1 li a.active {
			background:#868686 url(../images/nav_level_1_main_ro.gif) repeat-x;
			color:#f0f0f0;
			text-decoration:none;
		}
		
/* NAVIGATION LEVEL 2 */
ul.navLevel2 {
	background:#33501b url(../images/nav_level_2_main.gif) repeat-x;
	color:#ebefe3;
	float:left;
	font-size:1.1em;
	position:relative;
	text-transform:uppercase;
	width:748px;
	z-index:1;		
}
	ul.navLevel2 li { background:url(../images/nav_level_2_divider.gif) no-repeat left top; display:block; float:left; line-height:13px; position:relative; text-align:center; }
		span.guides {
			background:url(../images/nav_level_2_main_ro.gif) repeat-x;
			color:#ebefe3;
			cursor:text;
			float:left;
			font-size:1.3em;
			font-weight:bold;
			padding:12px 14px;
			text-shadow:0 0 0;
			width:164px;	
		}
		ul.navLevel2 li.awardingOrganisations { width:162px; /* IE6 ONLY */ _width:160px; /* IE6 ONLY */ }
		ul.navLevel2 li.studentsParents { width:152px; /* IE6 ONLY */ _width:149px; /* IE6 ONLY */ }
		ul.navLevel2 li.teachingTraining { width:177px; /* IE6 ONLY */ _width:177px; /* IE6 ONLY */ }
		ul.navLevel2 li.employers { width:130px; /* IE6 ONLY */ _width:128px; /* IE6 ONLY */ }
		ul.navLevel2 li.pressResources { width:127px; }
		ul.navLevel2 li a {
			background:#33501b url(../images/nav_level_2_main.gif) repeat-x;
			color:#ebefe3;
			float:left;
			margin-left:1px;
			padding:7px 27px 7px 27px;
			/* IE6 ONLY */ _padding:7px 29px 7px 30px; /* IE6 ONLY */
		}
		ul.navLevel2 li.last-child a { padding-left:28px; padding-right:29px; }
		ul.navLevel2 li a:hover, ul.navLevel2 li a:active, ul.navLevel2 li a:focus, ul.navLevel2 li a.active {
			background:url(../images/nav_level_2_main_ro.gif) repeat-x;
			text-decoration:none;	
		}
		
#header {
	background:#304021 url(../images/header_bg.gif) repeat-x bottom left;
}
