@charset "UTF-8";
/********************************************************************
*
*Purpose : Menu style sheet containing all site menus
*
*Author : Ed Stivala, N3W Media
*
*Client : KM Design - own site
* 
*		
*
********************************************************************/
/* Top level menu is a Javascript rollover set of graphics */
#mainMenu {
	float:left;
	position:relative;
	left:0px;
	top:12px; 
	width:230px;
	}

/* Sub navigation for the site which is vertical column. */
#subMenu {
	font-size:12px;
	margin:17px 0 0 0;
	padding:0;
	float:left;
	}

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

#subMenu li {
	border:none;
	width:72px;
	height:13px;
	padding:2px 0 0 0;
	margin-bottom:0;
	}

#subMenu li.lastitem {
	border: none;
	}
	
#subMenu a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	padding: 0 0 0 0;
	}
#subMenu a.current {
	/* colour:ABA585; */
	}

#subMenu a:hover {
	color:#ABA585;
	}
#subMenu a.selected {
	color:#ABA585;
	}

/* Sub navigation for when there are NO child menus and we need a wider subnav for longer names. */
#subMenuWide {
	font-size:12px;
	margin:17px 0 0 0px;
	padding:0;
	float:left;
	}

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

#subMenuWide li {
	border:none;
	width:200px;
	height:13px;
	padding:2px 0 0 0;
	margin-bottom:0;
	}

#subMenuWide li.lastitem {
	border: none;
	}
	
#subMenuWide a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	padding: 0 0 0 0;
	}
#subMenuWide a.normal {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	padding: 0 0 0 0;
	}
#subMenuWide a.current {
	/* colour:ABA585; */
	}

#subMenuWide a:hover {
	color:#ABA585;
	}
#subMenuWide a.selected {
	color:#ABA585;
	}

	
/* Child navgigation from subMenu. Not used on every page */
#subMenu1 {
	font-size:12px;
	margin:17px 0 0 20px;
	padding:0;
	float:left;
	}

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

#subMenu1 li {
	border:none;
	height:12px;
	padding:2px 0 0 0;
	margin-bottom:0;
	}
	
#subMenu1 a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	padding: 0 0 0 0;
	}
#subMenu1 a.current {
	color:#ABA585;
	}

#subMenu1 a:hover {
	color:#ABA585;
	}
#subMenu1 a.selected {
	color:#ABA585;
	}

	
/* Footer navigation  */
/* small menu in the footer which reflects the main SideMenu */

#FooterMenu {
	color:#FFFFFF;
	margin:0;
	padding:5px 0 0 0;
	}
#FooterMenu ul {
	padding:0;
	margin:0;
	}

.FooterMenu {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#FooterMenu li {
	display:inline;
	font-size:11px;
	}
	
#FooterMenu a {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	}
#FooterMenu a:hover {
	color:#333;
	text-decoration:underline;
	}
#FooterMenu a.current {
	color:#000;
	}
#FooterMenu .verticalBar {
	margin: 0 8px 0 8px;
	}