/**************************************
	REGION: Navigation Area
*/

div#navArea {
	position:absolute;
	top:0px;
	left:283px;
	width:690px;
	height:80px;
	padding:0px;
	margin:0px;
	border:0px;
	background: right #2f3983 url(../images/nav_blend.jpg) repeat-y;
	font-family: arial, verdana, helvetica, sans-serif;
	/*text-align:left;*/
	line-height:14px;
	}



/**************************************
	1. NAV BUTTONS - ALL
*/

#navArea ul li a {

	/* Position and dimensions */
	position: relative;

	/* Box properties */
	margin: 0px;
	padding: 5px 0px 5px 10px;

	/* Box formatting*/
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: left;
	line-height: 12px;
	list-style: none;
	font-size: 11px; /* IMPORTANT FOR TopNav Line Height!!! */
	font-weight:bold;
	display: block;	
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	border: 0px;
}

#nav a {
	display: block;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #2F3983;
}

#nav a:hover { /* SUBNAV button colours */
	/*background-color: #33ccff;*/
	color: #FFFFFF;
}

/**************************************
	2. MAIN NAV BUTTONS - Overwrites style for MAIN buttons.
*/
#nav a.main {
	padding:60px 0px 0px 0px;
	background-color:#2F3983;
	height: 80px;
	width: 90px;
	color:#fff;
	text-align:center;
	
	/* IE 5 work around	voice-family: "\"}\""; */
	voice-family:inherit;

	/* Values for browsers other than IE 5 */
	height: 20px;
	width: 90px;
	}

	/* Opera work around */ 
	html>body #nav a.main{
	height: 20px;
	width: 90px;
	}


#nav li a.main-on {
	padding:60px 0px 0px 0px;
	background-image:url(../images/nav_on.jpg);
	/*background-color:#778592;  In-Use Man Nav sticky colour in Firefox*/ 
	height: 80px;
	width: 90px;
	color:#fff;
	text-align:center;
	
	
	/* IE 5 work around */
	voice-family: "\"}\"";
	voice-family:inherit;
	
	/* Values for browsers other than IE 5 */
	height: 20px;
	width: 90px;
	}

	/* Opera work around */
	html>body #nav a.main-on	{
	height: 20px;
	width: 90px;
	} 

#nav a.main:hover, #nav li.main:hover {
	background-image:url(../images/nav_on.jpg);
	color: #fff;
}

#nav li.main { /* all list items */
	float: left;
	width: 90px; /* WIDTH needed for MAIN buttons ...OR Opera goes nuts */
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#2f3983;
}


#nav li.main:hover {
	background-image:url(../images/nav_on.jpg);
/*	background-color:#778592;  In-Use Man Nav sticky colour in Firefox*/ 
}





/**************************************
	3. FURTHER FORMATTING OF NAV BUTTONS
*/
#nav li { /* all list items */
	float: left;
	width: 120px; /* WIDTH needed for SUBNAV buttons ...OR Opera goes nuts */
	margin: 0px;
	border: 0px;
	border-top: #6e8fac 1px solid;/* */
	background-color:#BBE7FF;
	}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 120px; /* WIDTH needed for SUBNAV buttons ...OR Opera goes nuts */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0px;
	margin: 2px;
	border: #6e8fac 1px solid;
	border-top: 0px;

	opacity:.95;
	filter: alpha(opacity=95); 
	-moz-opacity: 0.95;
}


#nav li:hover ul, #nav li.sfhover ul {  /*lists nested under hovered list items */
	left: auto;
	text-decoration:none;
	margin:0px;
	background-color: #33ccff;
}
