﻿body
{
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.ncbsidemenu
{
	font-size: 0.85em;
	padding-bottom: 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.ncbsidemenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: transparent;
	color: #fff;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

/* style the sub-level lists */
.ncbsidemenu ul ul
{
	width: 100%;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.ncbsidemenu ul li
{
	float: left;
	display: block;
	width: 100%;
}

/* style the sub level list items */
.ncbsidemenu ul ul li
{
	display: block;
	height: auto;
	line-height: 1em;
}

/* style the links for the top level */
.ncbsidemenu a, .ncbsidemenu a:visited
{
	display: block;
	width: 100%;
	float: left;
	height: 100%;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	background: #98B6DF;
	padding: 0 0em 0.5em 0em;
	border: 0px solid #000;
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .ncbsidemenu a, * html .ncbsidemenu a:visited
{
	width: 7em;
}

/* style the sub level links */
.ncbsidemenu ul ul a, .ncbsidemenu ul ul a:visited
{
	display: block;
	text-align: left;
	background: #0072BC;
	color: #fff;
	width: 15em;
	height: 100%;
	padding: 0.5em 1em 0 1em;
	border-bottom: 1px solid #98B6DF;
}
* html .ncbsidemenu ul ul a, * html .ncbsidemenu ul ul a:visited
{
	width: 12em;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.ncbsidemenu table
{
	border-collapse: collapse;
	padding: 0;
	margin: -1px;
	width: 0;
	height: 0;
	font-size: 1em;
	z-index: 1;
}


/* style the third level background */
.ncbsidemenu ul ul ul a, .ncbsidemenu ul ul ul a:visited
{
	background: #0072BC;
}
/* style the fourth level background */
.ncbsidemenu ul ul ul ul a, .ncbsidemenu ul ul ul ul a:visited
{
	background: #0072BC;
}
/* style the sub level 1 background */
.ncbsidemenu ul :hover a.sub1
{
	background: #0072BC;
}
/* style the sub level 2 background */
.ncbsidemenu ul ul :hover a.sub2
{
	background: #0072BC;
}

/* style the level hovers */
/* first */
* html .ncbsidemenu a:hover
{
	color: #fff;
	position: relative;
	z-index: 100;
}
.ncbsidemenu li:hover
{
	position: relative;
}
.ncbsidemenu :hover > a
{
	color: #fff;
}
/* second */
* html .ncbsidemenu ul ul a:hover
{
	color: #fff;
	background: #98B6DF;
	position: relative;
	z-index: 110;
}
.ncbsidemenu ul ul li:hover
{
	position: relative;
}
.ncbsidemenu ul ul :hover > a
{
	color: #fff;
	background: #98B6DF;
}
/* third */
* html .ncbsidemenu ul ul ul a:hover
{
	background: #98B6DF;
	position: relative;
	z-index: 120;
}
.ncbsidemenu ul ul ul :hover > a
{
	background: #98B6DF;
}
/* fourth */
.ncbsidemenu ul ul ul ul a:hover
{
	background: #98B6DF;
	position: relative;
	z-index: 130;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.ncbsidemenu ul ul
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 3em;
	left: 0;
	width: 14em;
}

/* position the third level flyout menu */
.ncbsidemenu ul ul ul
{
	left: 12em;
	top: 0;
	width: 14em;
}


/* make the second level visible when hover on first level list OR link */
.ncbsidemenu ul :hover ul
{
	visibility: visible;
	height: auto;
	padding: 0 3em 3em 3em;
	background: transparent;
	top: 0;
	left: 5em;
}
/* keep the third level hidden when you hover on first level list OR link */
.ncbsidemenu ul :hover ul ul
{
	visibility: hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.ncbsidemenu ul :hover ul :hover ul ul
{
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.ncbsidemenu ul :hover ul :hover ul
{
	visibility: visible;
	left: 9em;
}
/* make the fourth level visible when you hover over third level list OR link */
.ncbsidemenu ul :hover ul :hover ul :hover ul
{
	visibility: visible;
}





/* style for top menus */
/* style the outer div to give it width */
.ncbtopmenu
{
	font-size: 0.85em;
	padding-bottom: 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.ncbtopmenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 3em;
	background: transparent;
	color: #fff;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

/* style the sub-level lists */
.ncbtopmenu ul ul
{
	width: 100%;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.ncbtopmenu ul li
{
	float: left;
	height: 3em;
	line-height: 3em;
	display: block;
	width: 100%;
}

/* style the sub level list items */
.ncbtopmenu ul ul li
{
	display: block;
	height: auto;
	line-height: 1em;
}

/* style the links for the top level */
.ncbtopmenu a, .ncbtopmenu a:visited
{
	display: block;
	text-align: center;
	width: 100%;
	float: left;
	height: 100%;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	background: #004478;
	padding: 0 0em 0 0em;
	border: 0px solid #000;
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .ncbtopmenu a, * html .ncbtopmenu a:visited
{
	width: 7em;
}

/* style the sub level links */
.ncbtopmenu ul ul a, .ncbtopmenu ul ul a:visited
{
	display: block;
	text-align: left;
	background: #0072BC;
	color: #fff;
	width: 15em;
	height: 100%;
	padding: 0.5em 1em 0 1em;
	border-bottom: 1px solid #98B6DF;
}
* html .ncbtopmenu ul ul a, * html .ncbtopmenu ul ul a:visited
{
	width: 12em;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.ncbtopmenu table
{
	border-collapse: collapse;
	padding: 0;
	margin: -1px;
	width: 0;
	height: 0;
	font-size: 1em;
	z-index: 1;
}


/* style the third level background */
.ncbtopmenu ul ul ul a, .ncbtopmenu ul ul ul a:visited
{
	background: #0072BC;
}
/* style the fourth level background */
.ncbtopmenu ul ul ul ul a, .ncbtopmenu ul ul ul ul a:visited
{
	background: #0072BC;
}
/* style the sub level 1 background */
.ncbtopmenu ul :hover a.sub1
{
	background: #0072BC;
}
/* style the sub level 2 background */
.ncbtopmenu ul ul :hover a.sub2
{
	background: #0072BC;
}

/* style the level hovers */
/* first */
* html .ncbtopmenu a:hover
{
	color: #FFDA77;
	position: relative;
	z-index: 100;
}
.ncbtopmenu li:hover
{
	position: relative;
}
.ncbtopmenu :hover > a
{
	color: #FFDA77;
}
/* second */
* html .ncbtopmenu ul ul a:hover
{
	color: #fff;
	background: #98B6DF;
	position: relative;
	z-index: 110;
}
.ncbtopmenu ul ul li:hover
{
	position: relative;
}
.ncbtopmenu ul ul :hover > a
{
	color: #fff;
	background: #98B6DF;
}
/* third */
* html .ncbtopmenu ul ul ul a:hover
{
	background: #98B6DF;
	position: relative;
	z-index: 120;
}
.ncbtopmenu ul ul ul :hover > a
{
	background: #98B6DF;
}
/* fourth */
.ncbtopmenu ul ul ul ul a:hover
{
	background: #98B6DF;
	position: relative;
	z-index: 130;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.ncbtopmenu ul ul
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 3em;
	left: 0;
	width: 14em;
}

/* position the third level flyout menu */
.ncbtopmenu ul ul ul
{
	left: 12em;
	top: 0;
	width: 14em;
}


/* make the second level visible when hover on first level list OR link */
.ncbtopmenu ul :hover ul
{
	visibility: visible;
	height: auto;
	padding: 0 3em 3em 3em;
	background: transparent;
	left: -3em;
}
/* keep the third level hidden when you hover on first level list OR link */
.ncbtopmenu ul :hover ul ul
{
	visibility: hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.ncbtopmenu ul :hover ul :hover ul ul
{
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.ncbtopmenu ul :hover ul :hover ul
{
	visibility: visible;
	left: 9em;
}
/* make the fourth level visible when you hover over third level list OR link */
.ncbtopmenu ul :hover ul :hover ul :hover ul
{
	visibility: visible;
}


