/*
-----------------------------------------------
Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */



ul#nav,
ul#nav * { margin:0;padding:0;}
ul#nav {
  position:relative;
  background:#259ACC;
  max-width:100%;
  height:2.5em;
  font-family: Helvetica, Arial, sans-serif;
  }
ul#nav li {
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
}

ul#nav li ul {
	cursor:default;
	width:100%;
	max-width:100%;
	position:absolute;
	height:auto;
	top:2.5em;
	background-position:0 0 !important;
	left:-9000px;
}
ul#nav li ul li {
	padding:0;
	border:none;
	width:auto;
	max-width:none;
}
ul#nav li a {
	color:#fff;
	background:#259ACC;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 1em;
	height:2.4em;
	line-height:2.5em;
}
ul#nav li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:2em;
	height:2em;
	font-weight:normal;
	color:#259ACC;
	background-position:0 50% !important;
}


/* navigation (vertical subnavigation)
----------------------------------------------- */
ul#nav {
  background:#259ACC;
}

#nav a {
  	display: block;
}

ul#nav li {
  position:relative;
  top:0;
  left:0;
}
ul#nav li ul {
  border-top:0;
}
ul#nav li ul li {
  float:left;
}
ul#nav li a {
	height:2.5em;
	line-height:2.5em;
	border:0;
	color:#fff;
	background:#259ACC;
}
ul#nav li ul li a {
  width:14em;
  line-height:2em;
  height:2em;
  text-align:left;
  color:#fff;
  border-top:1px solid #18B;
  background:#18B;
}
ul#nav li a:focus {color:#fff; background:#259ACC;}
ul#nav li ul li a:hover
 {
  color:#fff;
  background:#29C;
}
ul#nav li:hover a
 {
  color:#fff;
  background:#17A;
}

ul#nav li:hover ul li a {color:#fff;  background:#29C;}
ul#nav li:hover ul li a:hover {color:#fff; background:#18B;}
ul#nav li:hover a:active {background:#18B;}
ul#nav li:hover ul li a:active {color:#fff; background:#222;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	display: block;
	z-index:10006; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	display: block;
	width: 15em;
	z-index:10006; 
}

/* secondary list
----------------------------------------------- */
ul#nav li.secondary {
	float:right;
	color:#cde;
	background:transparent !important;
}
ul#nav li.secondary span.status {
	float:left;
	padding:0 1em;
	line-height:2.77em;
	height:2.77em;
  font-size:0.9em;
}
