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

/* navigation (horizontal subnavigation)
----------------------------------------------- */
#nav ul,
#nav ul * { margin:0;padding:0;}
#nav ul {
  position:relative;
  top: 15px;
  max-width:100%;
  height:2.4em;
  }
#nav ul li {
	font-size: 14px;
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
	margin-right: 3px;
	background-image: url(../ui/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#nav ul li ul {
	cursor:default;
	width: 12em;
	max-width: 100%;
	position:absolute;
	height:auto;
	top: 2.3em;
	background-color: rgba(108,170,25,.85);
/*	background-position:0 0 !important;	*/
	left:-9000px;
}
#nav ul li ul li {
	font-size: 12px;
	padding: 0;
	border: none;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	background-color: transparent;
	background-image: none;
}
#nav ul li a {
	color: #555;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 1.4em .1em 1.4em;
	height: 2.2em;
	line-height: 2.2em;
	background-image: url(../ui/bg-nav-lc.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#nav ul li ul li a {
	position: relative !important; /* ie Mac */
	cursor: pointer !important;
	white-space: nowrap;
	padding: 0 5%;
	line-height: 2em;
	height: 2em;
	font-weight: normal;
	background-color: transparent; 
	background-image: none;
	width: 90%;
	text-align: left;
}

#nav ul li:hover a,
#nav ul li a:hover,
#nav ul li a:focus,
#nav ul li.active a:focus,
#nav ul li.active a {color:#FFF; background-position: 0 -54px;}
#nav ul li a:active,
#nav ul li.active a:active {color: #FFF; background-position: 0 -54px; }
#nav ul li:hover ul {left:auto;z-index:10}

#nav ul li ul,
#nav ul li {/*	background:#ccc !important	*/	}
#nav ul li:hover,
#nav ul li.active {background-position: right -54px;}
#nav ul li:hover ul li a {background-position: 0 -54px; }
#nav ul li:hover ul li a:hover {color: #FFF; background-color: #64A237; }
#nav ul li:hover ul li a:active {color: #FFF; }
/*
#nav ul li.current a {color:#666; background:#fff; cursor:default; font-weight:bold;}
#nav ul li.current ul {left:0;z-index:5}
#nav ul li.current ul,
#nav ul li.current {background:#ccc !important}
#nav ul li.current ul li a {color:#444; background:#ccc; font-weight:normal;}
#nav ul li.current ul li a:hover {color:#000; background:#fff;}
#nav ul li ul li.current a,
#nav ul li ul li.current a:hover,
#nav ul li.current:hover ul li a:active {color:#666; background:#fff;}*/


/* subnav (vertical subnavigation)
----------------------------------------------- 

#subnav {
	padding-bottom: 20px;
}

#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#subnav ul ul {
	padding-left: 1em;
}

#subnav ul ul ul {
	font-size: 12px;
	margin-bottom: 6px;
}

#subnav a {
	color: #333;
}

#subnav a.selected {
	font-weight: bold;
	color: #526525;
}


*/

/*	used in footer	*/

ul.menu {
	padding: 0;
	list-style: none;
}

ul.menu a {
	color: #555;

}

ul.menu ul {
	padding-left: 1em;
	list-style: none;
	margin: 0 0 1.5em 0;
}

ul.menu li {
	float: left; 
	margin-right: 15px;
}



/* used in aggregation	*/

ul.submenu {
	padding: 0;
	list-style: none;
}

ul.submenu a {
	color: #555;
}

ul.submenu li {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3em;
}

ul.submenu li li {
	font-weight: normal;
}

ul.submenu ul {
	padding-left: 2em;
	list-style: none;
	margin: 0 0 1em 0;
}

ul.submenu .active a,
ul.submenu .active .active a {
	color: #F69;
}

ul.submenu .active ul a {
	color: #555;
}
