@charset "UTF-8";
/********************************************************************

Purpose : Style sheet for all MENU's Controls horz and vert menus

Author : Ed Stivala, N3W Media

Client : Keep Education / Bonfire Design 

********************************************************************/
/* small menu in the header which covers all the legal items */

#HeaderMenu {
	margin:0;
	padding:3px 0 0 0;
	font-size:9px;
	color:#FFFFFF;
	}
	
.HeaderMenu {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#HeaderMenu li {
	display:inline;
	}
	
#HeaderMenu a {
	color:#fff;
	text-decoration:none;
	}
#HeaderMenu a:hover {
	color:#fff;
	text-decoration:underline;
	}
#HeaderMenu a.current {
	color:#FDD695;
	}
#HeaderMenu .verticalBar {
	margin: 0 8px 0 8px;
	}


/* The main navigation for the site which is vertical column. Uses a custom graphic to highlight the active link*/
#SideMenu {
	font-size:12px;
	margin:15px 0 0 0;
	padding:0;
	text-align:left;
	}

.SideMenu {
	list-style:none;
	margin:0;
	padding:0;
	}

#SideMenu li {
	border-bottom: #016699 thin solid;
	width:125px;
	height:20px;
	padding:5px 0 0 0;
	margin-bottom:0;
	}

#SideMenu li.lastitem {
	border: none;
	}
	
#SideMenu a {
	color:#333333;
	text-decoration:none;
	font-size:12px;
	padding: 0 0 0 14px;
	}
#SideMenu a.current {
	background:url(../images/menu_pointer.jpg) left no-repeat;
	font-weight:bold;
	}

#SideMenu a:hover {
	color:#CCCCCC;
	}


/* The sub navigation menu is used on pages where there are sub choices displayed under the main H1 tag */


#subNav {
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
	color:#FCAF1A;
	}
#subNav ul {
	padding:0;
	margin:0;
	}

.subNav {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#subNav li {
	display:inline;
	}
	
#subNav a {
	color:#FCAF1A;
	text-decoration:none;
	}
#subNav a:hover {
	color:#333;
	text-decoration:underline;
	}
#subNav a.current {
	color:#FCAF1A;
	font-weight:bold;
	}
#subNav .verticalBar {
	margin: 0 8px 0 8px;
	}
/* small menu in the footer which reflects the main SideMenu */

#FooterMenu {
	margin:10px 0 0 0;
	padding:0 0 0 20px;
	font-size:10px;
	color:#333;
	}
#FooterMenu ul {
	padding:0;
	margin:0;
	}

.FooterMenu {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#FooterMenu ul {
	margin:0;
}
#FooterMenu li {
	font-size:10px;
	padding:0;
	display:inline;
	}
	
#FooterMenu a {
	color:#333;
	text-decoration:none;
	}
#FooterMenu a:hover {
	color:#333;
	text-decoration:underline;
	}
#FooterMenu a.current {
	color:#016699;
	}
#FooterMenu .verticalBar {
	margin: 0 4px 0 4px;
	}