/*///////////////////////////////////////////////////////////////////////
//	Generic
///////////////////////////////////////////////////////////////////////*/

	/* hacks */
	
	.clearfix:after {
	   content: ".";
	   display: block;
	   height: 0;
	   clear: both;
	   visibility: hidden;
	}
	.clearfix {display: inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display: block;}
	/* End hide from IE Mac */
	
	.hC {
		text-indent: -5999em;
		font: 1px/1px sans-serif;
		background-repeat:no-repeat;
		text-decoration:none;
		color:#fff;
	}
	
	br.clear {
		height: 0.001em;
		font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
		text-decoration: none;
		margin: 0;
		padding: 0;
		clear: both;
	}

	#menuCon {
		width: 684px;
		height: 16px;
		background: url(../images/menu/right-end.gif) right bottom no-repeat;
	}
	
/*///////////////////////////////////////////////////////////////////////
//	Fontage
///////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////////////
//	Shell
///////////////////////////////////////////////////////////////////////*/
	
	
/*///////////////////////////////////////////////////////////////////////
//	Menu Workings
///////////////////////////////////////////////////////////////////////*/

	#topNav {
		width: 756px; height: 17px;
		background-color: #fff;
		margin: 0;
		padding: 0 9px 0 0;
		background: url(../images/menu/right-end.gif) right top no-repeat;
	}
	#topNav, #topNav ul {
		list-style-type: none;
	}
	
	#topNav a {
		color: #4259A5;
		font-weight: bold;
		font-size: 9px;
		outline: 0;
		text-decoration: none;
	}
	
	#topNav ul {
		position: absolute; 
		top: 0; left: -999em;
		z-index: 10;
		width: 233px; height: auto;
		margin: 17px auto auto auto;
		background-color: #fff;
		border-top: 1px solid #666666;
		border-right: 1px solid #666666;
		border-left: 1px solid #666666;
		padding: 0;
	}
	
	#topNav ul ul {
		margin: -1px auto auto 233px;
	}
	
	#topNav li {
		width: 84px;
		position: relative; height: auto;
		float: left;
		text-align: left;
		background-image: url(../images/menu/blank.jpg);
	}
	#topNav li li {
		width: auto;
		background: #EFFBFF;
		float: none;
		text-align: left;
	}
	
	#topNav li, 
	#topNav li a {
		background-repeat: no-repeat;
	}
	#topNav li li a, #topNav li a:hover {
		background-image: none;
	}
			
	#topNav li a {
		height: 17px;
		display: block;
		text-align: center;
	}
	#topNav ul li a {
		line-height: 16px;
		min-height: 16px;
		height: auto !important;
		height: 16px;
		padding: 2px 4px;
		text-align: left;
		border-bottom: 1px solid #666666;
	}
		
	#topNav li li a:hover {
		color: #fff;
		background-color: #455AAA;
	}
		
	/*  change background colour of li's in submenu */
	#topNav li li:hover, 
	#topNav li li.sfhover 
	{
		background-color: #D8DEF4;
	}	
	
	/* hide unwanted lists */
	#topNav li:hover ul, 
	#topNav li:hover ul ul, 
	#topNav li:hover ul ul ul, 
	#topNav li.sfhover ul ul, 
	#topNav li.sfhover ul ul, 
	#topNav li.sfhover ul ul ul
	{
		left: -999em;
	}	
	
	/* lists nested under hovered list items */
	#topNav li:hover ul, 
	#topNav li li:hover ul, 
	#topNav li li li:hover ul, 
	#topNav li.sfhover ul, 
	#topNav li li.sfhover ul, 
	#topNav li li li.sfhover ul
	{
		left: auto;
	}
	
/*///////////////////////////////////////////////////////////////////////
//	Menu Imagery
///////////////////////////////////////////////////////////////////////*/

	#topNav li#first {
		background: url(../images/menu/blankleft.jpg) no-repeat;
		}

