﻿/* ----------- Main Navigation ----------- */

.html body #banner, html body #flashDiv {
	position: relative;
	z-index: -1000;
	}

#navigation {
	color: #3574a0;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 22px;
	background:#ffffff;
	border-bottom: 1px solid #d4e2eb;
	/*border: 1px solid #000;*/
	}

/* Remove all the bullets, borders and padding from the default list styling */
#navigation ul, #navigation ul ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

/* Level 1 Style */
#navigation ul li {
	float:left;
	height:22px;
	line-height:21px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-right: 1px solid #d4e2eb;
	background: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 1000;
	}

/* Sub-level Style */
#navigation ul ul li {
	display:block;
	height:auto;
	padding-top: 1px;
	border-bottom: 1px solid #36749f;
	text-transform: none;
	z-index: 100;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 90%;
	position:relative;
	z-index: 2000;
	}

/* Level 1 Link */
#navigation a, #navigation a:visited {
	color:#3574a0;
	background:#ffffff;
	text-decoration:none;
	display:block;
	float:left;
	height:100%;
	padding:0 14px 0 14px; /*0 21px 0 21px;*/
	}

/* Sub-level Link */
#navigation ul ul a, #navigation ul ul a:visited {
	color:#fff;
	/*background: url(/_design/images/dev/navArrow.gif) #a7c7da no-repeat 155px 5px;*/
	background: #a7c7da;
	display:block;
	width:14em;
	font-weight: normal;
	height:100%;
	line-height:1em;
	padding:0.5em 1em;
	}

#navigation ul table ul a, #navigation ul table ul a:visited  {
	width:14em;
	w\idth:12em;
	}

/* IE tweak - no part in the layout */
#navigation table {position:absolute; left:0; top:0; font-size:1em;}
#navigation ul ul table {lef\t:-1px;}
#navigation ul ul table ul.left {margin-lef\t:2px;}
#navigation li:hover {position:relative;}
* html #navigation a:hover {position:relative;}

/* Backgrounds */
/* First Level */
#navigation ul :hover a.sub1 {background:#4a92ca;}
/* Second Level */
#navigation ul ul :hover a.sub2 {background:#4a92ca;}
/* Third Level */
#navigation ul ul ul a, #navigation ul ul ul a:visited {background:#4a92ca;}
/* Fourth Level */
#navigation ul ul ul ul a, #navigation ul ul ul ul a:visited {background:#4a92ca;}

/* Hovers */
/* First Level */
#navigation a:hover {color:#fff; background:#96b635;}
#navigation :hover > a {color:#fff; background:#96b635;}
/*#navigation a:hover {color:#fff; background:#3c7caf;}
#navigation :hover > a {color:#fff; background:#3c7caf;}*/
/* Second Level */
#navigation ul ul a:hover{color:#fff; background: #719eb9;}
#navigation ul ul :hover > a {color:#fff; background: #719eb9;}
/*
#navigation ul ul a:hover{color:#fff; background: url(/_design/images/dev/navArrow.gif) #719eb9 no-repeat 155px 5px;}
#navigation ul ul :hover > a {color:#fff; background: url(/_design/images/dev/navArrow.gif) #719eb9 no-repeat 155px 5px;}
*/
/* Third Level */
#navigation ul ul ul a:hover {background: #327fcf;}
#navigation ul ul ul :hover > a {background: #327fcf;}
/* Fourth Level */
#navigation ul ul ul ul a:hover {background: #4a92ca;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#navigation ul ul {visibility:hidden; position:absolute; height:0; top:22px; left:0; width:14em;}

/* position the third level flyout menu */
#navigation ul ul ul {left:14em; top:0; width:14em;}

/* position the third level flyout menu for a left flyout */
#navigation ul ul ul.left {left:-14em;}

/* make the second level visible when hover on first level list OR link */
#navigation ul li:hover ul, #navigation ul a:hover ul {visibility:visible; height:auto; padding-bottom:0px; background:transparent url(images/trans.gif);}

/* keep the third level hidden when you hover on first level list OR link */
#navigation ul :hover ul ul {visibility:hidden;}

/* keep the fourth level hidden when you hover on second level list OR link */
#navigation ul :hover ul :hover ul ul {visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
#navigation ul :hover ul :hover ul {visibility:visible;}

/* make the fourth level visible when you hover over third level list OR link */
#navigation ul :hover ul :hover ul :hover ul {visibility:visible;}

/* highlight currently selected menu item using Ektron generated tags */

#navigation a.ekflexmenu_button_selected {
      background-color:#96b635; color:#fff
      }
#navigation a.ekflexmenu_button_selected_hover {
      background-color:#96b635;
      }
/*
#navigation .ekflexmenu_button:focus,
#navigation .ekflexmenu_button:hover,
#navigation .ekflexmenu_button_hover {
      background-color:#96b635; color:#fff
	}
*/
/*#navigation a.ekflexmenu_link_selected */

/*
#navigation a.ekflexmenu_link, 
#navigation a.ekflexmenu_link:link, 
#navigation a.ekflexmenu_link:visited
{
       background-color:#4a92ca;
      }
*/

/*#navigation a.ekflexmenu_link_selected:hover*/
/*
#navigation a.ekflexmenu_link:hover, 
#navigation a.ekflexmenu_link:active, 
#navigation a.ekflexmenu_link:focus
{ background-color:#4a92ca;}
*/